2 Star 0 Fork 0

mirrors_apache/predictionio-template-text-classifier

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
engine.json 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
Donald Szeto 提交于 2017-05-04 11:24 . 6.0 release
{
"id": "default",
"description": "Default settings",
"engineFactory": "org.example.textclassification.TextClassificationEngine",
"datasource": {
"params": {
"appName": "MyTextApp"
}
},
"preparator": {
"params": {
"nGram": 1,
"numFeatures": 500,
"SPPMI": false
}
},
"algorithms": [
{
"name": "lr",
"params": {
"regParam": 0.00000005
}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_apache/predictionio-template-text-classifier.git
git@gitee.com:mirrors_apache/predictionio-template-text-classifier.git
mirrors_apache
predictionio-template-text-classifier
predictionio-template-text-classifier
develop

搜索帮助