TMO course, BMSTU · Group IU5-64B · Variant 23
A Jupyter notebook solving a midterm problem on feature preprocessing: scaling and categorical encoding.
Given a dataset, apply appropriate preprocessing techniques:
- Feature scaling — normalize numerical features for distance-based models
- Categorical encoding — encode nominal/ordinal variables for ML pipelines
RK1_Yurchenko_IU5_64B.ipynb— solution notebook
- Python, scikit-learn (
MinMaxScaler,LabelEncoder,OneHotEncoder) - pandas, numpy
jupyter notebook RK1_Yurchenko_IU5_64B.ipynb