Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.52 KB

IRIS.md

File metadata and controls

36 lines (26 loc) · 1.52 KB

IRIS Data

  1. Do plotting of your own based on the notebooks in kaggle.com

    • examine the distribution of the data
  2. What is your answer for the following question?

    Question:

    1. Write your own method to separate Iris-setosa from others?
      • Explain Verbally & Visually. You don't have to be mathematical!
      • Make a rule based on your (magnified) inspection on the visualization of the data distribution.
    2. What is your idea of separating out 'Iris-verginica' from others?
    3. Write down the rules of your invention. Enumerate the the rules sequentially.
    4. From your theory, what is the species for the data [sl, sw, pl, pw] = [5.1, 3.5, 4.1, 1.55] ?

from google

Reference

Related

  • Information Theory (entropy, Gini)
  • Tree Data Structure