Finance and Socio-economic Datasets

Titanic Dataset

  • The Titanic dataset provides information about the passengers aboard the Titanic, used to predict survival rates. It includes features such as passenger class, age, gender, ticket fare, and whether they had family on board.
  • This dataset is popular for binary classification and feature engineering tasks.

Adult Census Income Dataset

  • Also known as the “Census Income” dataset, it contains demographic information from the 1994 Census database to predict whether an individual earns more than $50,000 a year.
  • It has 48,842 instances with 14 attributes like age, work class, education, marital status, and occupation.
  • It can be obtained from official website.

Dataset for Classification

Classification is a type of supervised learning where the objective is to predict the categorical labels of new instances based on past observations. The goal is to learn a model from the training data that can predict the class label for unseen data accurately. Classification problems are common in many fields such as finance, healthcare, marketing, and more. In this article we will discuss some popular datasets used for classification.

Similar Reads

What are classification datasets?

Classification datasets are collections of data used to train and evaluate machine learning models designed for classification tasks. In classification tasks, the goal is to predict the categorical labels of new instances based on the features provided. These datasets consist of input features (also called attributes or predictors) and corresponding categorical labels (also known as classes or targets)....

List of Classification Datasets

Here are the top 10 classification datasets categorized by domain:...

Biological and Medical Datasets

Iris Dataset...

Finance and Socio-economic Datasets

Titanic Dataset...

Image Classification Datasets

MNIST Dataset:...

Classification Datasets FAQs

What is a classification dataset?...

Contact Us