Tom Finley
Tom Finley
So in ML.NET, we have this class. https://github.com/dotnet/machinelearning/blob/master/src/Microsoft.ML.FastTree/FastTreeClassification.cs The corresponding NimbusML learner is called [FastTrees](https://review.docs.microsoft.com/en-us/python/api/nimbusml/nimbusml.ensemble.fasttreesbinaryclassifier?view=nimbusml-py-latest&branch=smoke-test&viewFallbackFrom=nimbusml-py). So, whether or not this is a good name or not is not really my...
SynapseML relies on code generation to automate much of the boilerplate regarding many methods, especially the parameter setting/getting methods. Right now the way that this work works for many of...