Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Student Grades Regression Dataset

This dataset contains student grades data for regression tasks. It is designed for demonstrating regression techniques and data quality methods.

Dataset Description

The dataset includes:

  • train.csv - Training data with student features and grade labels
  • test.csv - Test data for evaluation

This is a regression version of the student grades dataset, where the target variable is continuous.

Usage

import pandas as pd

# Load the dataset
train_data = pd.read_csv("hf://datasets/Cleanlab/student-grades-regression/train.csv")
test_data = pd.read_csv("hf://datasets/Cleanlab/student-grades-regression/test.csv")

print(train_data.head())

License

MIT License

Downloads last month
27