CloudForest icon indicating copy to clipboard operation
CloudForest copied to clipboard

Ensembles of decision trees in go/golang.

Results 2 CloudForest issues
Sort by recently updated
recently updated
newest added

Early draft, but almost done: - draft PR posted for feedback (wait to merge). - still todo: read back in the ForestType from the serialized text file. - test that...

Seems like the -gbt gradient boosting might need a little love. I could get it to grow, but applyforest was unhappy (crashed; see below). ~~~ ## first without -gbt, works:...