student_scores / README.md
merve's picture
merve HF Staff
Upload . with huggingface_hub
38f9e34

Student Scores Dataset

This dataset contains clean and original versions of Student Scores Dataset and the transformer used to transform it from original to clean, can be used for inferences.

Here's the plot of the transformer:

ColumnTransformer(remainder='passthrough',transformers=[('categorical_missing_value_imputer',SimpleImputer(fill_value='missing',strategy='constant'),[0, 1, 2, 3, 4]),('numerical_missing_value_imputer',SimpleImputer(strategy='median'), [5, 6, 7]),('school_encoder', OrdinalEncoder(), [2]),('status_encoder', OrdinalEncoder(), [4]),('gender_encoder', OneHotEncoder(), [0])])
Please rerun this cell to show the HTML repr or trust the notebook.