Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/297.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 参数num_leaves和max_leaves在LightGBM中产生不同的结果,尽管状态为别名_Python_Pandas_Machine Learning_Data Science_Lightgbm - Fatal编程技术网

Python 参数num_leaves和max_leaves在LightGBM中产生不同的结果,尽管状态为别名

Python 参数num_leaves和max_leaves在LightGBM中产生不同的结果,尽管状态为别名,python,pandas,machine-learning,data-science,lightgbm,Python,Pandas,Machine Learning,Data Science,Lightgbm,LightGBM documentations states max_leaves参数只是num_leaves的别名,但根据选择的不同,结果会有所不同,正如您在这里看到的digits dataset lgbm具有嵌入的随机性,除非修复随机种子,否则使用相同参数的两次执行不会相同。您的结果并不表明num_leaves的行为与max_leaves不同。GBM具有嵌入的随机性,除非修复随机种子,否则使用相同参数的两次执行不会相同。您的结果并不表明num_leaves的行为与max_leaves不同

LightGBM documentations states max_leaves参数只是num_leaves的别名,但根据选择的不同,结果会有所不同,正如您在这里看到的digits dataset


lgbm具有嵌入的随机性,除非修复随机种子,否则使用相同参数的两次执行不会相同。您的结果并不表明num_leaves的行为与max_leaves不同。GBM具有嵌入的随机性,除非修复随机种子,否则使用相同参数的两次执行不会相同。您的结果并不表明num_leaves的行为与max_leaves不同