Skip to content
GitLab
Explore
Sign in
Commits · master
wowa-training
Browse files
Aug 27, 2021
fix phpstan
· 2ad960fd
Tibo
authored
Aug 27, 2021
View commits for tag 0.0.7
0.0.7
2ad960fd
add code coverage badge
· 7c5eaca5
Tibo
authored
Aug 27, 2021
7c5eaca5
removed unused parameter
· c04758c7
Tibo
authored
Aug 27, 2021
View commits for tag 0.0.6
0.0.6
c04758c7
Trainer->runKFold now computes a ROC instead of only computing AUC
· ffcbb1a9
Tibo
authored
Aug 27, 2021
ffcbb1a9
fix style
· 443a2955
Tibo
authored
Aug 27, 2021
443a2955
enable and fix phpstan
· f1d30c36
Tibo
authored
Aug 27, 2021
f1d30c36
install php gd extension to support jpgraph
· f1c13e36
Tibo
authored
Aug 27, 2021
f1c13e36
compute code coverage
· 4d09fe1d
Tibo
authored
Aug 27, 2021
4d09fe1d
bump php-roc to 1.1.0 to support ROC images
· 43f186cf
Tibo
authored
Aug 27, 2021
43f186cf
remove error directory phpImages
· de8bc9bf
Tibo
authored
Aug 27, 2021
de8bc9bf
ignore target dir
· 97823075
Tibo
authored
Aug 27, 2021
97823075
Apr 14, 2021
New half population if the best solution is the same during a long time. Issue
#4
· 06bee970
Alex
authored
Apr 14, 2021
View commits for tag 0.0.5
0.0.5
06bee970
Mar 29, 2021
Correct return type for the computePRAUC method
· 95ca4423
Alex
authored
Mar 29, 2021
95ca4423
update composer file
· 3a9ac6f8
Alex
authored
Mar 29, 2021
3a9ac6f8
Correction in if statement. Parenthesis issue
· 04ee054f
a.croix
authored
Mar 29, 2021
View commits for tag 0.0.4
0.0.4
04ee054f
Feb 16, 2021
Correct gitleaks command in gitlab-ci file
· f2cbe2ab
Alex
authored
Feb 16, 2021
View commits for tag 0.0.3
0.0.3
f2cbe2ab
Update another flag in gitleaks command
· db59a563
Alex
authored
Feb 16, 2021
db59a563
Correction in gitleaks command. Flag seems to be changed
· 466fc02a
Alex
authored
Feb 16, 2021
466fc02a
Update composer dependencies
· 92b98800
Alex
authored
Feb 16, 2021
92b98800
Correct issue in csv conversion
· dd1ab7d1
Alex
authored
Feb 16, 2021
dd1ab7d1
Nov 25, 2020
Merge branch 'refactoring' into 'master'
· da1bf247
a.croix
authored
Nov 25, 2020
da1bf247
Some improvements.
· c018f6d6
Alex
authored
Nov 25, 2020
c018f6d6
correct phpcs issue
· cf49f6cf
Alex
authored
Nov 25, 2020
cf49f6cf
Update gitlab-ci to use php7.4
· a30f07df
Alex
authored
Nov 25, 2020
a30f07df
Update composer with new version of php-roc + updata AbstractSolution class to...
· d5d2cbb5
Alex
authored
Nov 25, 2020
d5d2cbb5
Nov 18, 2020
Remove old dataset file (serialized files) + correction in randomlyMutateWithProbability
· af7c0235
Alex
authored
Nov 18, 2020
af7c0235
Jul 13, 2020
Add runCSV and runKFoldCSV methods
· a1840525
Alex
authored
Jul 13, 2020
a1840525
Jul 08, 2020
Remove a var_dump in a test
· 05e4294d
Alex
authored
Jul 08, 2020
05e4294d
Correct issues produce by phpcbf
· e448132c
Alex
authored
Jul 08, 2020
e448132c
Solve issue in prepareFolds method. Test pass
· 0051fc49
Alex
authored
Jul 08, 2020
0051fc49
Jul 07, 2020
Update Unit tests for TrainingDataset. Have to solve error in prepareFolds
· 2a0f9b02
Alex
authored
Jul 07, 2020
2a0f9b02
Jul 01, 2020
Beginning of refactoring to match with Java version
· 8cd99cea
Alex
authored
Jul 01, 2020
8cd99cea
Feb 27, 2020
Fix style issues
· 4d2a9b4c
a.croix
authored
Feb 27, 2020
View commits for tag 0.0.2
0.0.2
4d2a9b4c
Update .gitlab-ci.yml
· de42f6fe
a.croix
authored
Feb 27, 2020
de42f6fe
Jan 21, 2020
Solve PHPStan issues (except one)
· 61a08685
a.croix
authored
Jan 21, 2020
61a08685
Test PHPStan with level 4
· 0aa64657
a.croix
authored
Jan 21, 2020
0aa64657
Jan 15, 2020
Add PHPstan for php7.1
· 6755fa72
a.croix
authored
Jan 15, 2020
6755fa72
Solve some issue from PHPstan. One more to solve
· 48c25f3a
a.croix
authored
Jan 15, 2020
48c25f3a
Jan 13, 2020
Add PHPstan in composer files
· a7e159c6
a.croix
authored
Jan 13, 2020
a7e159c6
Solve checkstyle issues
· 1c143f61
a.croix
authored
Jan 13, 2020
1c143f61
Loading