Skip to content

Commit c524be5

Browse files
committed
updating README
1 parent ae59129 commit c524be5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Datasets# Datasets
1+
# Datasets
22
This repository contains some of the common dataset that are used. The datasets available here are -
33

44
## Datasets with only two classes
@@ -24,16 +24,16 @@ This repository contains some of the common dataset that are used. The datasets
2424
9) Image Segmentation (segment.csv)
2525
10) Vehicle Silhouettes (vehicle.csv)
2626

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)
2828

2929
# Example
3030

3131
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 -
3232

33-
python example.py <datasetname>
33+
python example.py datasetname
3434

3535

3636
## Reference
3737

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)
3939

0 commit comments

Comments
 (0)