Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaioltean committed Apr 18, 2024
1 parent 9936b31 commit 5b48325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We provided several files (located in the [data](data) folder) for test:
- _cancer1_output1-1.csv_ for binary classification problems with -1/1 output.
- _iris.txt_ for multiclass classification problems.
- _fibonacci.txt_ for univariate time-series.
- _wage\_growth.csv.txt_ for multi-variate time-series.
- _wage\_growth.csv_ for multi-variate time-series.

Make sure that the instruction (from the **main** function):

Expand Down
2 changes: 1 addition & 1 deletion data/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|_cancer1_output1.csv_ | Binary classification |9 |1 | [1] |
|_iris.txt_ | 3-class classification |4 |1 | [2] |
|_fibonacci.txt_ | Time-series |- |1 | ?|
|_wage\_growth.csv.txt_ | Time-series |- |8 | [3] |
|_wage\_growth.csv_ | Time-series |- |8 | [3] |

1. Prechelt L., PROBEN 1–A Set of Neural Network Benchmark Problems and Benchmarking Rules, Technical report, Fakultät für Informatik, Universität Karlsruhe, 1994.

Expand Down

0 comments on commit 5b48325

Please sign in to comment.