Files
gh-jeremylongshore-claude-c…/skills/dataset-splitter/assets/example_dataset.csv
2025-11-29 18:51:12 +08:00

668 B

1# example_dataset.csv
2# This is a small example dataset to demonstrate the dataset-splitter plugin.
3# It contains [NUMBER] rows and [NUMBER] columns.
4# The first row is the header row, defining the column names.
5# You can replace this with your own dataset.
6# To use this dataset with the plugin, save it as a .csv file and place it in the same directory as your plugin execution.
7# Column descriptions:
8# - feature1: [DESCRIPTION OF FEATURE 1]
9# - feature2: [DESCRIPTION OF FEATURE 2]
10# - target: [DESCRIPTION OF TARGET VARIABLE]
11feature1,feature2,target
121.0,2.0,0
133.0,4.0,1
145.0,6.0,0
157.0,8.0,1
169.0,10.0,0
1711.0,12.0,1
1813.0,14.0,0
1915.0,16.0,1
2017.0,18.0,0
2119.0,20.0,1