Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaioltean committed Apr 18, 2024
1 parent a706c57 commit 9936b31
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Multi Expression Programming library
**version 2024.03.31.0-beta**
**version 2024.04.18.0-beta**

Implements the Multi Expression Programming (MEP) technique for solving symbolic regression, classification (binary and multiclass), and time-series prediction problems.

Expand Down Expand Up @@ -29,11 +29,12 @@ We provided several files (located in the [data](data) folder) for test:
- _cancer1.csv_ for binary classification problems with 0/1 output.
- _cancer1_output1-1.csv_ for binary classification problems with -1/1 output.
- _iris.txt_ for multiclass classification problems.
- _fibonacci.txt_ for univariate time series.
- _fibonacci.txt_ for univariate time-series.
- _wage\_growth.csv.txt_ for multi-variate time-series.

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

if (!training_data->from_csv_file("../data/building1.csv")) ...
if (!training_data->from_tabular_file("../data/building1.csv")) ...

has the correct path of the file.

Expand Down Expand Up @@ -62,4 +63,4 @@ It will be updated soon.

# Contact author:

mihai.oltean@gmail.com
mihai.oltean@gmail.com

0 comments on commit 9936b31

Please sign in to comment.