Skip to content

Commit

Permalink
Update version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kleebaum committed Mar 23, 2021
1 parent 9fb03a4 commit 9c4ad66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deploy:
token: "$GITHUB_TOKEN"
on:
tags: true
branch: develop
repo: cures-hub/cures-condec-jira
overwrite: true
after_success:
- bash <(curl -s https://codecov.io/bash) -f $TRAVIS_BUILD_DIR/target/site/jacoco/jacoco.xml
Expand Down
4 changes: 2 additions & 2 deletions doc/features/automatic-text-classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ To reproduce the results from the **NLP4RE'21 workshop** do the following steps:
- Choose the training file [CONDEC-NLP4RE2021.csv](https://github.com/cures-hub/cures-condec-jira/tree/master/src/main/resources/classifier/CONDEC-NLP4RE2021.csv).
- Set the machine-learning algorithm to Logistic Regression for both the binary and fine-grained classifiers.
- Run 10-fold cross-validation (you need to set k to 10).
- ConDec writes evaluation results to a text file. The output file should be similar to [evaluation-results-CONDEC-NLP4RE2021-LR-10fold](https://github.com/cures-hub/cures-condec-jira/raw/master/doc/features/evaluation_results_CONDEC-NLP4RE2021-LR-10fold.txt). The results might differ a little bit because of the random undersampling that we did to balance the training data.
- ConDec writes evaluation results to a text file. The output file should be similar to [evaluation-results-CONDEC-NLP4RE2021-LR-10fold](https://github.com/cures-hub/cures-condec-jira/tree/master/doc/features/evaluation-results-CONDEC-NLP4RE2021-LR-10fold.txt). The results might differ a little bit because of the random undersampling that we did to balance the training data.

Basic descriptive statistics on ground truth files can be calculated using the R file [training-data-analysis.r](https://github.com/cures-hub/cures-condec-jira/raw/master/doc/features/training-data-analysis.r).
Basic descriptive statistics on ground truth files can be calculated using the R file [training-data-analysis.r](https://github.com/cures-hub/cures-condec-jira/tree/master/doc/features/training-data-analysis.r).

## Activation and Configuration
The text classifier can be trained and evaluated directly in Jira.
Expand Down

0 comments on commit 9c4ad66

Please sign in to comment.