` Danish Siddiqui - Data Scientist

📊 Data Science
Projects

In this page, you'll find some of the data science projects I've worked on, including personal projects and coursework.

Linear Regression | R

Constructing a Model to Predict Video Game Sales

This dataset has information like the sales and playtime of video games that were released between 2004 and 2010. The project modelled the factors that influence video game sales. Remedial measures were considered.

Logistic Regression | R

What Factors predict Credit Status?

In this project, we used multiple logistic regression to predict the credit status of an individual, which is a multimonial categorical variable. Various models were compared and remedial measures were considered.

Random Forest | R

Identifying Celestial Bodies based on Data

Using Random forest, I created a model that predicts whether an object observed by a telescope is a star, galaxy or pulsar. Based on the training data, our model achieved a 97.3% accuracy.