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.
Create analyze.py
Update preprocess.py
Create preprocess.py
Rename data to sample.csv
Create data
Create LICENSE
Create dataset_info.json
Update README.md
Create README.md
initial commit
