test poly keras 2

This commit is contained in:
ZarebaMichal 2022-05-22 13:21:03 +02:00
parent 282084ae4c
commit fb4f045f52

View File

@ -18,7 +18,7 @@ y = pd.read_csv("train/expected.tsv", sep="\t", names=["rainfall"])
from sklearn.preprocessing import PolynomialFeatures
# xxx
poly = PolynomialFeatures(2, interaction_only=True)
df = poly.fit_transform(x)