GridSearchCV自定义评分函数

更新时间:2023-05-15 08:09:32 阅读: 评论:0

GridSearchCV⾃定义评分函数ics import make_scorer
del_lection import GridSearchCV
浦东父女def my_custom_loss_func(y_true, y_pred):
家庭对孩子的影响an(np.abs((y_pred - y_true)/y_true))
mape = make_scorer(my_custom_loss_func, greater_is_better=Fal)
param_test1 = {
  'n_estimators': [700,800]
}
init_param = {
走进山东
  'booster':'gbtree',把春天留在心中
活络膏
  'learning_rate': 0.2,
  'n_estimators': 700,
  'max_depth': 6,
  'min_child_weight': 1,
  'colsample_bytree':0.7,
  'subsample': 0.8,
  'reg_alpha': 0.05,
带大的成语  'gamma': 0.1,
  'reg_lambda': 3,
  'silent': 1,
  'ed': 2020
}
航天英雄磁盘空间不足怎么清理
garch1 = GridSearchCV(
  estimator=XGBRFRegressor(**init_param),
  param_grid=param_test1, cv=5, verbo=1, n_jobs=4, scoring=mape
)
garch1.fit(new_train_X, train_y)

本文发布于:2023-05-15 08:09:32,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/638379.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:评分   影响   父女   走进   成语   英雄
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图