Python Samples for Machine Learning Server

Important

This content is being retired and may not be updated in the future. The support for Machine Learning Server will end on July 1, 2022. For more information, see What's happening to Machine Learning Server?

The following samples are available for Python users. Use these as examples of how to Machine Learning Server works.

Example Description
plot_regression_wines.py Use a regression to predict wine quality.
Sentiment analysis Featurize text data as a bag of counts of n-grams and train a model to predict if the text expresses positive or negative sentiments.
Grid Search How to improve model prediction by choosing optimal hyperparameters for the learner.