NimbusML icon indicating copy to clipboard operation
NimbusML copied to clipboard

Python machine learning package providing simple interoperability between ML.NET and scikit-learn components.

Results 81 NimbusML issues
Sort by recently updated
recently updated
newest added

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...