Revoscalepy

revoscalepy
Original author(s) Microsoft
Initial release 2017
Written in Python
Platform Windows, Linux
Available in Python
Website docs.microsoft.com/en-us/machine-learning-server/python-reference/revoscalepy/revoscalepy-package/

revoscalepy is a machine learning package in Python created by Microsoft. It is available as part of Machine Learning Services in Microsoft SQL Server 2017 and Machine Learning Server 9.2.0 and later.[1]

The package contains functions for creating linear model, logistic regression, random forest, decision tree and boosted decision tree, in addition to some summary functions for inspecting data.[2] Other machine learning algorithms such as neural network are provided in microsoftml, a separate package that is the Python version of MicrosoftML.[3]

revoscalepy also contains functions designed to run machine learning algorithms in different compute contexts, including SQL Server, Apache Spark, and Hadoop.[2]

See also

References

  1. "Introducing revoscalepy". Microsoft Corporation. Retrieved 2018-04-10.
  2. 1 2 "revoscalepy package". Microsoft Corporation. Retrieved 2018-04-10.
  3. "microsoftml package". Microsoft Corporation. Retrieved 2018-04-10.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.