Final Projects ATI
Final Projects ATI
• Objective: Build a linear regression model to predict sales based on factors like
advertising costs, product stock, and the number of potential customers.
• Dataset: Use available sales datasets from Kaggle or other open e-commerce datasets.
• Implementation: Focus on basic data analysis, cleaning, and building a linear regression
model for prediction.
• Objective: Use a logistic regression model to classify emails into two categories: spam
and not spam.
• Dataset: Use a spam email dataset, such as the Spam Email Dataset from the UCI
Machine Learning Repository.
• Implementation: Students work with simple text data processing and apply logistic
regression for classification.
• Objective: Use a decision tree to detect whether a patient is likely to have diabetes based
on basic health indicators.
• Dataset: Use the Pima Indians Diabetes dataset from UCI or Kaggle, which includes
health metrics such as age, weight, and blood pressure.
• Implementation: Build a basic decision tree model for classification to predict the
likelihood of diabetes.
• Objective: Predict house prices based on factors like area, number of bedrooms, and
location.
• Dataset: Use a housing dataset such as the Boston Housing Dataset available in Scikit-
learn or on Kaggle.
• Implementation: Focus on building a multiple linear regression model and evaluating its
performance.