Search is not available for this dataset
id int64 1 4 | feature1 float64 0.5 3.1 | feature2 float64 0.9 3.2 | label int64 0 1 |
|---|---|---|---|
1 | 0.5 | 1.2 | 0 |
2 | 1.5 | 2.3 | 1 |
3 | 3.1 | 0.9 | 0 |
4 | 2.3 | 3.2 | 1 |
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)
Dataset Name
This dataset contains structured data for machine learning and analysis purposes.
Contents
data/sample.csv: Sample dataset file.data/train.csv: Training dataset.data/test.csv: Testing dataset.scripts/preprocess.py: Script for preprocessing the dataset.scripts/analyze.py: Script for data analysis.
Usage
Load the dataset using Pandas:
import pandas as pd df = pd.read_csv('data/sample.csv')Run preprocessing:
python scripts/preprocess.pyAnalyze the dataset:
python scripts/analyze.py
- Downloads last month
- 6