Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 358 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 358 Bytes

Parser for LighGBM classifier

This is a repository to score data using a model file built using LightGBM classifier.

Usage:

python LightGBM_predict_modelfile_API.py -d test.txt -m model.txt -o out.txt

-d -- data file

-m -- model file created using training

-o -- output file to get the probability score