Activity 2: Machine Learning with scikit-learn
摘要
In this chapter, you will perform a machine learning activity in a Jupyter notebook. Python is a perfect language for machine learning; it could even be said that to be an essential tool for this kind of thing. This is especially thanks to libraries like scikit-learn, which provide all kinds of useful features for this kind of activity. Through two simple examples of classic problems—classification and regression—you will gain an idea of how machine learning works and how to use it.