arogozhnikov / hep_ml

Machine Learning for High Energy Physics.
https://arogozhnikov.github.io/hep_ml/
Other
176 stars 64 forks source link

Update reweight.py #53

Closed connesy closed 5 years ago

connesy commented 5 years ago

Fixed syntax error in doc-string for GBReweighter, line 222, from: "For example: gb_args = {'subsample': 0.8, max_features=0.75}" to "For example: gb_args = {'subsample': 0.8, 'max_features': 0.75}"

arogozhnikov commented 5 years ago

Thanks for noting this