Browse Source

add link to the dataset (#44)

What data set to use? Week 3 Day 3 ex 5 #36
pull/63/head
brad-gh 2 years ago committed by GitHub
parent
commit
1d1b6b5de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      piscine/week03/day03/ex05/README.md

1
piscine/week03/day03/ex05/README.md

@ -3,6 +3,7 @@
The goal of this exercise is to learn to use a neural network to classify a multiclass data set. The data set used is the Iris data set which allows to classify flower given basic features as flower's measurement.
Preliminary:
- [Load the dataset from `sklearn`.](https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html)
- Split train test. Keep 20% for the test set. Use `random_state=1`.
- Scale the data using Standard Scaler

Loading…
Cancel
Save