Revoscalepy
{{Infobox software
| name = revoscalepy
| title = revoscalepy
| logo =
| logo caption =
| screenshot =
| caption =
| collapsible =
| author = Microsoft
| developer =
| released = {{Start date and age|2017}}
| discontinued =
| latest release version =
| latest release date =
| latest preview version =
| latest preview date =
| programming language = Python
| operating system =
| size =
| language = Python
| language footnote =
| status =
| genre =
| license =
| website = {{URL|https://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.
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. Other machine learning algorithms such as neural network are provided in microsoftml, a separate package that is the Python version of MicrosoftML.
revoscalepy also contains functions designed to run machine learning algorithms in different compute contexts, including SQL Server, Apache Spark, and Hadoop.
In June 2021, Microsoft announced to open source the revoscalepy and RevoScaleR packages, making them freely available under the MIT License.[https://cloudblogs.microsoft.com/sqlserver/2021/06/30/looking-to-the-future-for-r-in-azure-sql-and-sql-server/ Looking to the future for R in Azure SQL and SQL Server - Microsoft SQL Server Blog]
See also
References
{{reflist|30em|refs=
}}
External links
- [https://github.com/Azure/MachineLearningSamples-mml Samples for using revoscalepy and microsoftml]
{{Microsoft FOSS}}
Category:Applied machine learning