Project- Iris Flowers Classification using Deep Learning & Keras

4 / 17

Keras Project - Iris Flower Identification - Load the Iris dataset

Use the load_iris function to load the Iris dataset.

INSTRUCTIONS
  • Load the Iris dataset and save it in a variable named iris.

    << your code goes here >> = load_iris()
    
Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...