Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
java-wowa-training
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-wowa-training
Commits
35240be17e839a6f51bf186d19461e7bee6e82cf
Select Git revision
Branches
3
master
default
protected
neural-network
neural-network-google-colab
Tags
5
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
8 results
java-wowa-training
Author
Search by author
Any Author
authors
a.croix
a.croix
Ahmed Bokri
A.Bokri
Arbia Riahi
a.riahi
Arnaud Stoz
a.stoz
Bart Van Hees
b.vanhees
Boris André
b.andre
c.beumier
c.beumier
Elli Makdis Antoun
e.makdisantoun
Florian
f.vlrt
Frederic Hallot
Fred
Georgi
georgi
Ioanna Gianni
i.gianni
Khaled Rahal
k.rahal
Maxime Wets
m.wets
Nicolas Delahousse
n.delahousse
Robbe Louwet
r.louwet
Ruben Missotten
r.missotten
Thomas Leclef
t.leclef
Tibo
tibo
Wim
wim
20 authors
May 23, 2019
Add elements in javadoc
· 35240be1
a.croix
authored
5 years ago
35240be1
Some corrections to finish cross validation
· f2b47eba
a.croix
authored
5 years ago
f2b47eba
Remove debug sysout
· 917f3f7c
a.croix
authored
5 years ago
917f3f7c
Correction in main class
· 49cd9744
a.croix
authored
5 years ago
49cd9744
Correction in k-fold: testing is on testing fold and not on all data
· 1f03525d
a.croix
authored
5 years ago
1f03525d
Fix checkstyle issue
· a14ae82f
a.croix
authored
5 years ago
a14ae82f
Fix style issue
· 32c2dcb5
a.croix
authored
5 years ago
32c2dcb5
Remove execution of Main in gitlab CI (too long since K fold )
· af1b23fe
a.croix
authored
5 years ago
af1b23fe
Fix typo issue
· cc4be0c2
a.croix
authored
5 years ago
cc4be0c2
Update AbstractSolution class to allow a computation of AUC for each fold result
· 942849d5
a.croix
authored
5 years ago
942849d5
Correct issue in addFoldInDataset method Training dataset)
· fc50843f
a.croix
authored
5 years ago
fc50843f
Fix error in prepareFolds method
· 4919b94e
a.croix
authored
5 years ago
4919b94e
May 22, 2019
Fix checkstyle issue
· fa2543ec
a.croix
authored
5 years ago
fa2543ec
Add K fold cross validation
· 41f82aaa
a.croix
authored
5 years ago
41f82aaa
May 21, 2019
Creation of DatasetTraining class
· c35ffa31
a.croix
authored
5 years ago
c35ffa31
Merge branch 'master' of gitlab.cylab.be:cylab/java-wowa-training
· 5a1c2d69
a.croix
authored
5 years ago
5a1c2d69
Update Example file
· a4f5415f
a.croix
authored
5 years ago
a4f5415f
May 10, 2019
Use cache during tests
· 623d30be
Tibo
authored
5 years ago
623d30be
Use cache during tests
· ecee90de
Tibo
authored
5 years ago
ecee90de
[maven-release-plugin] prepare for next development iteration
· 9de9c89f
Tibo
authored
5 years ago
9de9c89f
May 03, 2019
Refactoring: move computeAUC and computeRocPoints from Utils to AbstractSolution. Update README
· 8243849f
a.croix
authored
5 years ago
View commits for tag v0.0.5
v0.0.5
8243849f
May 02, 2019
Refactoring
· 9e2abf97
a.croix
authored
5 years ago
9e2abf97
Fix error in unit tests due to the change of Utils.normalizeWeight method
· e0b848d6
a.croix
authored
5 years ago
e0b848d6
Remove class used to convert data from array to List
· 75280f8e
a.croix
authored
5 years ago
75280f8e
Fix issue
#3
· 1d6457cd
a.croix
authored
5 years ago
1d6457cd
Correct checkstyle issues
· 58cd9e95
a.croix
authored
5 years ago
58cd9e95
Refactoring. double[] change to List<Double>
· 1aee4b75
a.croix
authored
5 years ago
1aee4b75
Apr 30, 2019
Refactoring: change double[] to List<Double>
· 7e25850f
a.croix
authored
5 years ago
7e25850f
Refactoring
· 897afc26
a.croix
authored
5 years ago
897afc26
Refactoring
· f4954bea
a.croix
authored
5 years ago
f4954bea
Apr 25, 2019
Some refactor
· a18e1d36
a.croix
authored
5 years ago
a18e1d36
Correct dependency error
· 8b74b55e
a.croix
authored
5 years ago
8b74b55e
Apr 03, 2019
Include for GitLeaks
· 83ebf608
a.croix
authored
6 years ago
83ebf608
Merge branch 'test-sast'
· cce7d4e8
a.croix
authored
6 years ago
cce7d4e8
Fix bug: conversion Bytes to String used a specific Charset object
· 29e49389
a.croix
authored
6 years ago
29e49389
Add gitleaks.toml file
· ad57a608
a.croix
authored
6 years ago
ad57a608
Correction for gitleaks
· 05497b95
a.croix
authored
6 years ago
05497b95
Test gitleaks
· b1982558
a.croix
authored
6 years ago
b1982558
Apr 02, 2019
Change weights from array to List
· 95898aec
a.croix
authored
6 years ago
95898aec
Some fix thanks to SpotBugs
· f8bdb290
a.croix
authored
6 years ago
f8bdb290
Loading