habroptilus / lilac

0 stars 0 forks source link

modelのseed設定をいれる #14

Closed habroptilus closed 3 years ago

habroptilus commented 3 years ago

lightgbmやcatboostにseedを設定していないはず seed averagingのために設定できるようにする

habroptilus commented 3 years ago

lightgbmはinitにrandom_stateを指定する

https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.LGBMClassifier.html

habroptilus commented 3 years ago

catboostも同様 https://catboost.ai/docs/concepts/python-reference_catboostclassifier.html

habroptilus commented 3 years ago

できた