Skip to content

ctrl-alt-d/lightpmmlpredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightpmmlpredictor

Light python module for predictions trhough pmml

Sample:

from lightpredictor import utils

values = {}
values['level'] = 'high'
values['start_time'] = '09:15:00'
values['need_refrigeration'] = 'Yes'
values['has_milk'] = 'N/A'

must_to_check = utils.predict('pmml-models/my-model.pmml', values)

### ToDo:

* Migrate to Python3.
* Check PMML versions.

About

Light library for predictions trhough pmml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages