Skip to content

catboost client library for only prediction in java for models explored as json.

Notifications You must be signed in to change notification settings

i-plusplus/Catboost4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CatBoost4j

[IMPORTANT : APIs is not final, current code is yet not released]

This is pure Java prediction client of Catboost Machine learning library. It works on json format of the model. You can save the model to json format using

model.save_model("file_name", format = "json", pool = pool)

This library is tested till catboost version '0.21'

Current Limitations :

Currently this repository can predict only for regression problems.

Versioning

We will keep the major and minor versions same as catboost package. So, if this lib able to predict till catboost version 0.21 we will keep version as 0.21.x.x

Contribution

Please feel free to suggest/implement/send Pull request.

Contact

In case if you are interested in the project or if you have questions, please contact with me by email: paras_malik_mca_iit@yahoo.com

About

catboost client library for only prediction in java for models explored as json.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages