Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
java-roc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
java-roc
Graph
dd59a606ad7f3519ee5008d760bedfe5b51bd9b2
Select Git revision
Branches
1
master
default
protected
Tags
6
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Jun
18
May
8
Mar
4
29
Jan
18
Dec
17
16
12
10
6
4
3
20
Nov
19
14
4
Oct
11
Sep
26
Aug
6
2
11
Apr
8
4
3
18
Mar
13
12
11
Add catch clause to solve issue due to dependency ubdate
master
master
Add catch clause to solve issue due to dependency ubdate
Add dependency check and solve deoendency vulnerability
Fix checkstyle issue
Improve efficiency. Compute statistics only when needed
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release v0.0.6
v0.0.6
v0.0.6
give more ram for tests
Add test for jdk11
Merge branch 'correct_bug' into 'master'
Increase size of dataset to 100000000 for test
Solve bug. Large dataset produced a negative AUC or an AUC bigger than 1
Test with dataset bigger than 100000
Solve Spotbugs issues
Increase number of computed points for PR curve
Correction in curve generation
[maven-release-plugin] prepare for next development iteration
Merge branch 'master' of gitlab.cylab.be:cylab/java-roc
v0.0.5
v0.0.5
[maven-release-plugin] prepare release v0.0.5
Fix README.md
Fix to support building with jdk 11
Change structure for curve generation and saving in PNG
Add unit test for PRCurve. Only copute AUC that uses other methods
Unit tests for Statistics class
Change Point class. true_alert is changed from boolean to double
Merge branch 'chart_improve' into 'master'
Add dotted line for random classification on P-R and ROC curves
Update csv file to pass tests
Improve Constructor with filename
P-R curve and AUC P-R curve finished. Finally work!
Solve checkstyle issues + spotbugs issue. Still not working completely
Improve PR Auc computation. It is not working for all case. Need to check and improve it
Fix checkstyle issue
Add comments
Correct string in excpetion to match with the refactoring
Refactor RocCoordinates to CurveCoordinates. This class is used to generate Roc curve and P-R curve and the space is identical.
Correction checkstyle issues
Merge branch 'master' of gitlab.cylab.be:cylab/java-roc
Add method to save statistics in txt file. This method will be deleted from java-wowa-training : better structure
Add Precision-Recall curve computation to Roc library
Loading