My custom made estimator class is not working with sklearn cross_val_score. TypeError Estimator should have “fit”, but it does

前端 未结 0 1777
野的像风
野的像风 2021-01-02 06:23

I am trying to implement a custom estimator class and use it with sklearn cross_val_score(). I have a "fit", "get_params", and "predict" functi

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