回答編集履歴
1
一部修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
`lgb.plot_metric`という便利なメソッドがあり、質問者が求める学習カーブのグラフが一発で出ます。
|
1
|
+
`lgb.plot_metric`という便利なメソッドがあり、質問者様が求める学習カーブのグラフが一発で出ます。
|
2
2
|
|
3
3
|
参考: [How to plot the learning curves in lightgbm and Python?](https://stackoverflow.com/questions/60132246/how-to-plot-the-learning-curves-in-lightgbm-and-python)
|
4
4
|
|