GDSC-MITADT-Hacktoberfest2021 / Hacktoberfest2021

13 stars 40 forks source link

Normalize data and explore patterns in the data under the 'Exploratory Data Analysis' section in Hacktoberfest2021/MLProjects/IrisClassifier/ #34

Closed VedankPande closed 2 years ago

shash-2468 commented 2 years ago

I would like to work on this, can you pls assign me this @VedankPande

VedankPande commented 2 years ago

Sure, can you comment about what you're planning to do before I assign it to you? @shash-2468

shash-2468 commented 2 years ago

Yeah. I will be using MinMaxScaler(fit_transform, transform) methods to normalise numerical data between [0,1]. And then I will split the dataset [70 : 30] train, test data. I will use the training data for exploration of patterns