Skip to content

Commit 13428b2

Browse files
authored
Enhance README with F-scores and evaluation details
Expanded the README to include details on F-scores and model evaluation.
1 parent aee9981 commit 13428b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ concept_fscores_dataframe, motif_cav_trainers, bed_cav_trainer = run_tpcav(
124124
p=4) # number of concurrent SGDClassifier can be run at the same time, increase it if you have available CPU power, it speeds up training significantly
125125
```
126126

127-
There will be a `report.html` file generated in the output folder for quick inspection of the results
127+
There will be a `report.html` file generated in the output folder for quick inspection of the F-scores of concepts and the ranking.
128+
129+
Then we can provide regions we are interested in to further evaluate how concepts influence model predictions.
128130

129131
```python
130132
from tpcav import report

0 commit comments

Comments
 (0)