Skip to content

Commit

Permalink
Cross validator entity: evaluate method now returns Future<Vector> in…
Browse files Browse the repository at this point in the history
…stead of double
  • Loading branch information
gyrdym committed Jun 21, 2020
1 parent e5b9dba commit 5826a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ final targetColumnName = 'class variable (0 or 1)';
````

Then we should create an instance of `CrossValidator` class to fit [hyperparameters](https://en.wikipedia.org/wiki/Hyperparameter_(machine_learning))
our model. We should pass training data (our `samples` variable), a list of target column names (in our case it's
of our model. We should pass training data (our `samples` variable), a list of target column names (in our case it's
just a name stored in `targetColumnName` variable) and a number of folds into CrossValidator constructor.

````dart
Expand Down

0 comments on commit 5826a62

Please sign in to comment.