Category: 4. Projects

  • 12. Credit Card Fraud Detection Dataset

    The dataset contains transactions made by credit cards, they are labeled as fraudulent or genuine. This is important for companies that have transaction systems to build a model for detecting fraudulent activities. 12.2 Data Science Project Idea: Implement different algorithms like decision trees, logistic regression, and artificial neural networks to see which gives better accuracy. Compare…

  • 10. Uber Pickups Dataset

    The dataset has information of about 4.5 million uber pickups in New York City from April 2014 to September 2014 and 14million more from January 2015 to June 2015. Users can perform data analysis and gather insights from the data. 10.1 Data Link: Uber pickups dataset 10.2 Data Science Project Idea: To analyze the data of the…

  • 7. SOCR data – Heights and Weights Dataset

    This is a simple dataset to start with. It contains only the height (inches) and weights (pounds) of 25,000 different humans of 18 years of age. This dataset can be used to build a model that can predict the heights or weights of a human. 7.1 Data Link: Heights & weights dataset 7.2 Data Science Project…

  • 4. The Boston Housing Dataset

    This is a popular dataset used in pattern recognition. It contains information about the different houses in Boston based on crime rate, tax, number of rooms, etc. It has 506 rows and 14 different variables in columns. You can use this dataset to predict house prices. 4.1 Data Link: Boston dataset 4.2 Data Science Project Idea: Predict…

  • Machine Learning Datasets

    These are the datasets that you will probably use while working on any data science or machine learning project: 1. Mall Customers Dataset The Mall customers dataset contains information about people visiting the mall. The dataset has gender, customer id, age, annual income, and spending score. It collects insights from the data and group customers…