h2oai / h2o-tutorials

Tutorials and training material for the H2O Machine Learning Platform
http://h2o.ai
1.48k stars 1.01k forks source link

How to contribute code? #91

Open sgyaqing opened 5 years ago

sgyaqing commented 5 years ago

Hi,

I wrote an external program to call to H2ORandomForestEstimator.train() in Python. My program should show the progress when training but there is no method to get the progress.

I saw the source code and thought about to add a "callback" parameter to train(). How can I contribute code? There is no "issue" column for this project in github. Directly pull request?