Skip to content

Commit

Permalink
adding of eeg dataset with bayesian tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qnater committed Sep 27, 2024
1 parent 6f9305c commit fdf4467
Show file tree
Hide file tree
Showing 34 changed files with 975 additions and 95 deletions.
76 changes: 53 additions & 23 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions env/default_values.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[cdrec]
default_reduction_rank = 1
default_epsilon = 0.000001
default_epsilon_str = "E-6"
default_iteration = 100
rank = 1
epsilon = 0.000001
epsilon_str = "E-6"
iteration = 100

[stmvl]
default_window_size = 2
default_gamma = 0.85
default_alpha = 7
window_size = 2
gamma = 0.85
alpha = 7

[iim]
default_neighbor = 10
default_algorithm_code = "iim 2"
neighbor = 10
algorithm_code = "iim 2"

[mrnn]
default_hidden_dim = 10
default_learning_rate = 0.01
default_iterations = 1000
default_sequence_length = 7
hidden_dim = 10
learning_rate = 0.01
iterations = 1000
sequence_length = 7

[explainer]
splitter = 10
Expand Down
4 changes: 4 additions & 0 deletions env/optimal_parameters_cdrec.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cdrec]
rank = "9"
epsilon = 1.591301339858638e-5
iteration = "100"
4 changes: 4 additions & 0 deletions env/optimal_parameters_iim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cdrec]
rank = "9"
epsilon = 1.591301339858638e-5
iteration = "100"
4 changes: 4 additions & 0 deletions env/optimal_parameters_mrnn.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cdrec]
rank = "9"
epsilon = 1.591301339858638e-5
iteration = "100"
4 changes: 4 additions & 0 deletions env/optimal_parameters_stmvl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cdrec]
rank = "9"
epsilon = 1.591301339858638e-5
iteration = "100"
Binary file removed imputegap/__pycache__/runner.cpython-311.pyc
Binary file not shown.
Binary file modified imputegap/assets/contamination/test_contamination.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imputegap/assets/ground_truth/test_ground_truth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imputegap/assets/imputation/test_imputation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fdf4467

Please sign in to comment.