Solar power prediction using Keras

前端 未结 0 1053
我在风中等你
我在风中等你 2021-01-04 21:11

DataSet

This is what I have done.

pca = PCA(n_components=9)

pca.fit(X_train)

X_train = pca.transform(X_train)

pca.fit(X_test)

X_tes

相关标签:
回答
  • 消灭零回复
提交回复
热议问题