Instruction for Class Activity 2 (Coding)
Due date:Oct 14 Monday 2:00 PM
Titanic - Machine Learning from Disaster.
Start here and predict survival on the Titanic and get familiar with ML basics.
Requirements:
Build the following models:
● kernel
● SVM
● LR
● KNN
● DT
● RF
● Naive Bayes
● Preprocessing: anything you think is necessary. You can refer to the codes in the blog for data preprocessing, for example: advanced data-preprocessing
● Find the best parameters using Grid Search (skip if no tunable parameters), train the model with train set, and predict the test set.
- From gender_submission.csv, find true or actual label for each passenger
● Evaluation metric: classification report and confusion matrix of training and testing results for each model.
● One PDF page summary report: Prepare a summary of your results.
● Please submit both IPYNB (.ipynb) and PDF files (.pdf)
版权所有:编程辅导网 2021 All Rights Reserved 联系方式:QQ:99515681 微信:codinghelp 电子信箱:99515681@qq.com
免责声明:本站部分内容从网络整理而来,只供参考!如有版权问题可联系本站删除。