質問編集履歴
1
あ「
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
from sklearn.ensemble import RandomForestRegressor, GradientBoostingRegressor
|
20
20
|
|
21
21
|
|
22
|
-
# ランダムフォレスト
|
22
|
+
# ランダムフォレストの設定
|
23
23
|
models = {
|
24
24
|
'RandomForest': RandomForestRegressor(random_state=0),
|
25
25
|
}
|