Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/liaotuo/pmml-parser

JPMML 加载 PMML 模型进行 predict
https://github.com/liaotuo/pmml-parser

Last synced: 3 months ago
JSON representation

JPMML 加载 PMML 模型进行 predict

Lists

README

        

# pmmlParser
## JPMML 加载 PMML 模型
- 调用方式:
```
java -jar pmmlParser.jar [pmml file] [model input args]
```
- example:
```
java -jar pmmlParser.jar iris_rf.pmml irisv2.csv
```

## Json服务版本pmmlParserJson
- 调用方式
详情见测试用例
## Contact
- E-mail [email protected]