iiitl / Regression

This repository hosts a project centered around conducting regression analyses using our specific dataset.
MIT License
0 stars 14 forks source link

Data cleaning #7 #18

Closed pranayyb closed 8 months ago

pranayyb commented 8 months ago

1] Handled NaN values with median scores 2] Subtracted year from the current year to find the age of wine 3] Encoded data using LabelEncoder. 4] Dropped unnecessary columns. data-cleaning

darshbaxi commented 8 months ago

Awesome! looks good:)