1. 学习
  2. /
  3. 课程
  4. /
  5. Machine Learning for Time Series Data in Python

Connected

练习

Fitting a simple model: classification

In this exercise, you'll use the iris dataset (representing petal characteristics of a number of flowers) to practice using the scikit-learn API to fit a classification model. You can see a sample plot of the data to the right.

Note: This course assumes some familiarity with Machine Learning and scikit-learn. For an introduction to scikit-learn, we recommend the Supervised Learning with Scikit-Learn and Preprocessing for Machine Learning in Python courses.

说明 1 / 共 2 个

undefined XP
    1
    2

Print the first five rows of data.