Stock_Prediction_Model_XgBoost.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:StockRecommendSystem 作者: doncat99 项目源码 文件源码
def best_model(self):
        algo = partial(tpe.suggest, n_startup_jobs=1)
        best = fmin(self.GBM, space=self.paras.hyper_opt, algo=algo, max_evals=20)
        print("best", best)
        return best
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号