Add decisiontree package (#1320)
This commit is contained in:
parent
4731c12845
commit
ac580e746c
1 changed files with 14 additions and 0 deletions
|
|
@ -1,4 +1,18 @@
|
|||
[
|
||||
{
|
||||
"name": "decisiontree",
|
||||
"url": "https://github.com/Michedev/DecisionTreeNim",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"Decision tree",
|
||||
"Machine learning",
|
||||
"Random forest",
|
||||
"CART"
|
||||
],
|
||||
"description": "Decision tree and Random forest CART implementation in Nim",
|
||||
"license": "GPL-3.0",
|
||||
"web": "https://github.com/Michedev/DecisionTreeNim"
|
||||
},
|
||||
{
|
||||
"name": "tsv2json",
|
||||
"url": "https://github.com/hectormonacci/tsv2json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue