CoolFace
Datasetpublic

warvan/warvan-ml-dataset

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… See the full description on the dataset page: https://huggingface.co/datasets/warvan/warvan-ml-dataset.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes2downloads
10 commits on main
2b13f632y ago

Create analyze.py

warvan
ddf2a072y ago

Update preprocess.py

warvan
1178cff2y ago

Create preprocess.py

warvan
39441622y ago

Rename data to sample.csv

warvan
4206ad32y ago

Create data

warvan
8a693732y ago

Create LICENSE

warvan
a44a3c22y ago

Create dataset_info.json

warvan
bed023f2y ago

Update README.md

warvan
20121dd2y ago

Create README.md

warvan
685c4082y ago

initial commit

warvan