Project 3 - Iris Flower Classification


Problem Statement

xxxxx

Data

Data Source

Here are my data sources:

Data Dictionary

Column Name Description
sepal width This is the sepal width
sepal length This is sepal length

Data Processing

What I did to explore data.
Clean data.
Missing data.

Features

  1. StandardScaler on X feature
  2. MinMaxScaler on Y feature
  3. Log transform on Z feature

Modelling

def calc_distance(a,b):
  return a+b

Model Evaluation

why? Details are here!!

Results and Recommendations

😍