AttributeError: 'GeneticSelector' object has no attribute 'fit'

前端 未结 0 909
庸人自扰
庸人自扰 2021-01-24 02:55

sel = GeneticSelector(estimator=LinearRegression(), n_gen=7, size=200, n_best=40, n_rand=40, n_children=5, mutation_rate=0.05) sel.fit(X, y) sel.plot_scores()

ERRoRS Attr

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