xgboost:XGBoost到带emscripten的javascript的端口

时间:2021-05-10 10:58:02
【文件属性】:
文件名称:xgboost:XGBoost到带emscripten的javascript的端口
文件大小:1.24MB
文件格式:ZIP
更新时间:2021-05-10 10:58:02
C xgboost 安装 $ npm install ml-xgboost 例子 import IrisDataset from 'ml-dataset-iris' ; require ( 'ml-xgboost' ) . then ( XGBoost => { var booster = new XGBoost ( { booster : 'gbtree' , objective : 'multi:softmax' , max_depth : 5 , eta : 0.1 , min_child_weight : 1 , subsample : 0.5 , colsample_bytree : 1 , silent : 1 , iteratio
【文件预览】:
xgboost-master
----.eslintrc.yml(88B)
----.gitignore(602B)
----.babelrc(55B)
----js-interfaces.cpp(3KB)
----js-interfaces.h(806B)
----make()
--------minimum.mk(622B)
----replace-files()
--------dmlc-core()
--------rabit()
--------xgboost()
----package.json(1KB)
----Makefile(1KB)
----package-lock.json(181KB)
----src()
--------loadXGBoost.js(8KB)
--------wasmPreJS.js(408B)
--------index.js(160B)
--------__tests__()
----History.md(657B)
----.travis.yml(285B)
----models()
--------output.model(109KB)
--------generate_model.py(258B)
----LICENSE(559B)
----xgboost()
----.gitmodules(97B)
----rollup.config.js(119B)
----README.md(3KB)
----docs()
--------assets()
--------index.html(18KB)

网友评论