Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add saving feature name in parameter in scale class, fixes (#759 and #760) #766

Closed
wants to merge 1 commit into from

Conversation

a-szulc
Copy link
Contributor

@a-szulc a-szulc commented Aug 29, 2024

in scale class added

"feature_names_in_": self.scale.feature_names_in_,

in to_json method

and

self.scale.feature_names_in_ = data_json.get("feature_names_in_")

in from_json method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant