You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Datasets# Datasets
1
+
# Datasets
2
2
This repository contains some of the common dataset that are used. The datasets available here are -
3
3
4
4
## Datasets with only two classes
@@ -24,16 +24,16 @@ This repository contains some of the common dataset that are used. The datasets
24
24
9) Image Segmentation (segment.csv)
25
25
10) Vehicle Silhouettes (vehicle.csv)
26
26
27
-
The datasets are in the data(https://github.com/MachineLearningBCAM/Datasets/data) folder and their description is available in the folder descr(https://github.com/MachineLearningBCAM/Datasets/descr)
27
+
The datasets are in the [data](https://github.com/MachineLearningBCAM/Datasets/data) folder and their description is available in the folder [descr](https://github.com/MachineLearningBCAM/Datasets/descr)
28
28
29
29
# Example
30
30
31
31
The repo also contains some functions in the file load.py to load these datasets as a numpy matrix. The file example.py gives an example of the usage of these functions. You can run that file to load and see the output of any of these datasets by passing the name of the dataset file as the command line argument -
32
32
33
-
python example.py <datasetname>
33
+
python example.py datasetname
34
34
35
35
36
36
## Reference
37
37
38
-
All these datasets are taken from the UCI machine learning repository(https://archive.ics.uci.edu/ml/datasets.php)
38
+
All these datasets are taken from the UCI machine learning [repository](https://archive.ics.uci.edu/ml/datasets.php)
0 commit comments