Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lcmmichielsen authored Mar 26, 2020
1 parent 1c0bcf7 commit 082275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ y_pred = predict_labels(test_data, tree)

This function uses the testdata (cells x genes) and trained classification tree and returns a vector with the predicted labels.

### Evaluation
#### Evaluation
The ```hierarchical_F1``` function form ```hierarchical_F1.py``` can be used to calculate the hierarchical F1-score and evaluate the classification.

```Python
Expand Down

0 comments on commit 082275e

Please sign in to comment.