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

scale #98

Open
ynning opened this issue Jan 17, 2024 · 0 comments
Open

scale #98

ynning opened this issue Jan 17, 2024 · 0 comments

Comments

@ynning
Copy link

ynning commented Jan 17, 2024

if self.scale:
train_data = df_data[border1s[0]:border2s[0]]
self.scaler.fit(train_data.values)
data = self.scaler.transform(df_data.values)
else:
data = df_data.values

请问这里的fit 和transform对象不应该一致吗?是不是有问题啊

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

No branches or pull requests

1 participant