Closed pranayyb closed 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.
Awesome! looks good:)
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.