Machine Learning with Diamond Data – Part 1
1. Introduction 2. Load data 3. Print list of members and methods of loaded data object 4. Print details of loaded dataset 5. Find unique values of some columns 6. Change the nominal values of cut into ordinal (numeric values) 7. Change nominal values of color and clarity as well into ordinal values 8. set price as target […]
Machine Learning with Credit Card Default data – Part 1
1. Introduction 2. Load data 3. Left Blank 4. Print details of loaded dataset 5. Find unique values of some columns 6. Change the columns 7. Rename pay columns 8. Set ‘default as target and create a new dataset X by dropping this column from original dataset 9. Use RobustScaler to transform X 10. Create a dataset Y with only […]