Rand Stats

Algorithm::XGBoost

cpan:TITSUKI
Revision history for Algorithm-XGBoost

0.0.5  2021-08-10T23:34:56+09:00
    - Make XGBoost.train enable to set parameter

0.0.4  2021-08-08T21:16:22+09:00
    - Make missing option keyword argument [#9]
    - Use NaN instead of 1e0 as the default value of missing [#11]
    - Add global-config method [#14]
    - Add .save/.load method for Model [#15]

0.0.3  2021-08-08T03:05:46+09:00
    - Remove phasers [#7]
    - Make DMatrix.from-matrix enable to set labels [#6]

0.0.2  2021-08-08T01:36:51+09:00
    - Use agaricus.txt.train instead of agaricus.txt.test [#5]
    - Add CustomBuilder [#4]
    - Add missing auth field [4470c97]

0.0.1  2021-08-06T03:10:23+09:00
    - Initial version