Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

General Instructions : Inside each of the submission documents, you are required to mention Group details - group number, group members. Organize your code (PART

General Instructions :

Inside each of the submission documents, you are required to mention Group details - group number, group members.

Organize your code (PART B) in separate sections for each task. Add comments to make the code readable.

Notebooks without output shall not be considered for evaluation.

For a given dataset, where class labels may not be found, choose the right target variable and discretize the same for classification.

Submission guidelines:

Each group should upload in CANVAS in respective locations under ASSIGNMENT Tab. Assignment submitted via means other than through CANVAS will not be graded.

Upload your submission documents for PART A in .pdf format and PART B in .ipynb and .pdf format ( for PART-B both formats are mandatory)

Dataset :

Download the dataset assigned to your group from the below link :

https://drive.google.com/file/d/1w92sdkbOOkp6I-BKdhLxVWg-51zRKR1K/view?usp=share_link

PART A: (5-marks) Research

Select the research paper of your choice. Attach the chosen paper along with the assignment submission. Write a synopsis and find below pointers:

Paper Contribution

Data Pre-processing

Machine Learning Activity

Result analysis with metrics used from paper

Exploratory Data Analysis / Visualization

PART B: (15 marks) Dataset-based Implementation

Refer to the dataset mapped against your group. Use python based APIs and perform the following three classes of activities.

EDA

1. Perform Exploratory Data Analysis to gather insight from the dataset. Write your inference about the analysis learned from visualizations (minimum 3) [3]

Classification

CLASSIFICATION (any of the Logistic Regression / SVM / Decision Tree/ Nave Bayes/KNN/ANN). Justify your design choices at each step: Write as a markdown cell in jupyter notebook at the beginning of each subsection.

Perform and explain necessary pre-processing / feature engineering on this dataset [0.5]

Perform the Machine Learning activity. Explain the choice of target attribute, classification type, model selected with reason [1.5]

Quantify and explain the quality of your ML model. Explain the choice of evaluation metric [1.5]

Your observation about the results (Hint: comment on the problem statement and conclude the effectiveness of the machine learning activity) [0.5]

Regression

Any of the Linear Regression (any of Gradient / Stochastic / MiniBatch)/linear basis models/KNN/Locally weighted regression/ any of the regularization techniques). Justify your design choices at each step: Write as a markdown cell in jupyter notebook at the beginning of each subsection.

Perform and explain necessary pre-processing / feature engineering on this dataset [0.5]

Perform the Machine Learning activity. Explain Attributes of interest,

Regularization type with reason, model selected with reason [1.5]

Quantify and explain the quality of your ML model. Explain the choice of evaluation metric [1.5]

Your observation about the results (Hint: comment on the problem statement and conclude the effectiveness of the machine learning activity) [0.5]

Ensemble ML

Justify your design choices at each step: Write as a markdown cell in jupyter notebook at the beginning of each subsection.

Perform and explain necessary pre-processing / feature engineering on this dataset [0.5]

Perform the Machine Learning activity. Explain Attributes of interest, base classifier chosen with reason, model selected with reason [1.5]

Quantify and explain the quality of your ML model. Explain the choice of evaluation metric [1.5]

Your observation about the results (Hint: comment on the problem statement and conclude the effectiveness of the machine learning activity) [0.5]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

In 2010, there were nearly

Answered: 1 week ago