1. 13 Apr, 2017 1 commit
  2. 01 Mar, 2017 2 commits
  3. 09 Jan, 2017 2 commits
    • wxchan's avatar
      refine pmml.py (#179) · 7f4610a8
      wxchan authored
      * add pmml to test
      
      * refine pmml.py
      
      * use ~n instead of -n-1
      
      * change map to list comprehension
      
      * fix check
      
      * fix 'use ~n instead of -n-1'
      
      * fix exception
      7f4610a8
    • Rakib Hasan's avatar
      Removing the string to decimal conversion for float · fa15332e
      Rakib Hasan authored
      We dont need it we aren't doing any computation with
      float values. We print out whatever values are
      read from the LightGBM_model.txt as a string.
      fa15332e
  4. 05 Jan, 2017 1 commit
    • Rakib Hasan's avatar
      Script to translate the model file to PMML · 96d08f42
      Rakib Hasan authored
      file as input and output a directory with pmml files. Each file can be given as input to
      pmml consumers. You can test the files using jpmml-evaluator. Please refer to this the
      data mining group's website for the pmml specifcation (http://dmg.org/pmml/pmml-v4-3.html).
      Also refer to the README.md file in the pmml directory to see how to test the pmml output
      with jpmml-evaluator.
      96d08f42