onegbm.py 文件源码

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

项目:mars_express 作者: wsteitz 项目源码 文件源码
def __init__(self):
        self.name = "onegbm"
        self.m = Pipeline([
        ("drop", FeatureRemover(["UPBS", "UPBE", "SCMN", "earthmars_km", "OCC_MARS_200KM_START_", "sa_monthly"])),
        ("gbm", xgboost.XGBRegressor(max_depth=7, n_estimators=1000, learning_rate=0.05, silent=1, seed=42))
        ])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号