Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optuna GridSearch #630

Merged
merged 31 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7119ec5
Optuna
carraraig Jun 27, 2024
c09cb7a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 27, 2024
d4cb28e
Optuna - Categorical Distibution
carraraig Jun 27, 2024
1767d6a
Merge remote-tracking branch 'origin/Optuna' into Optuna
carraraig Jun 27, 2024
80940d7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 27, 2024
bbdf225
Add optuna to dependency and regenerate poetry
carraraig Jun 27, 2024
0ce8943
Merge remote-tracking branch 'origin/Optuna' into Optuna
carraraig Jun 27, 2024
a99d6b8
Add optuna to dependency and regenerate poetry
carraraig Jun 27, 2024
d61e43a
Add optuna to dependency and regenerate poetry
carraraig Jun 27, 2024
0ad7c12
Add test on within Session
carraraig Jun 27, 2024
25e73c0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 27, 2024
d38803d
Add test on within Session
carraraig Jun 28, 2024
bfa3c38
Merge remote-tracking branch 'origin/Optuna' into Optuna
carraraig Jun 28, 2024
c04205a
Add test on within Session
carraraig Jun 28, 2024
d1ba14b
ehn: common function with dict
bruAristimunha Jun 28, 2024
6efdaa4
ehn: moving function to util
bruAristimunha Jun 28, 2024
ae6be13
fix: correcting the what news file.
bruAristimunha Jul 1, 2024
c3a7daf
Merge branch 'develop' into Optuna
bruAristimunha Jul 15, 2024
6f572f5
Add test benchmark and raise an issue if the conversion didn't worked…
carraraig Jul 15, 2024
c107a2e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 15, 2024
b160cf6
FIX: italian to eng
bruAristimunha Jul 15, 2024
dc09e6c
EHN: making optuna optional
bruAristimunha Jul 15, 2024
de72e46
FIX: fixing the workflow files
bruAristimunha Jul 15, 2024
c2810dc
FIX: changing the optuna file
bruAristimunha Jul 15, 2024
19aac40
Merge branch 'develop' into Optuna
bruAristimunha Jul 15, 2024
2224ceb
FIX: including optuna for the windows
bruAristimunha Jul 15, 2024
73d18db
Merge remote-tracking branch 'carraraig/Optuna' into Optuna
bruAristimunha Jul 15, 2024
f1a2262
FIX: fix the doc generation
bruAristimunha Jul 15, 2024
1399706
FIX: make sure to not include a warning in all the executions
bruAristimunha Jul 15, 2024
392cb3e
FIX: fixing the workflow file
bruAristimunha Jul 15, 2024
b3ec191
FIX: fixing the doc
bruAristimunha Jul 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add optuna to dependency and regenerate poetry
carraraig committed Jun 27, 2024
commit a99d6b8dc3da36846f2c54bf3deb230060163bce
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ edfio = "^0.4.2"
pytest = "^7.4.0"
mne-bids = "^0.14"
optuna = "^3.6.1"
optuna-integration = "^3.6.0"

# Optional dependencies for carbon emission
codecarbon = { version = "^2.1.4", optional = true }