Skip to content

Commit

Permalink
6. 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 93a2c0a commit 26c9b3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 19 deletions.
24 changes: 7 additions & 17 deletions .idea/workspace.xml

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

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.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pandas==2.0.3
matplotlib==3.7.5
toml==0.10.2
scikit-learn==1.3.2
scipy==1.10.1
scipy==1.14.1
setuptools==75.1.0
tensorflow==2.17.0
shap==0.44.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Programming Language :: Python :: 3.8",
"Topic :: Imputation"
],
python_requires=">= 3.8,<3.12.2",
python_requires=">= 3.9,<3.12.2",
install_requires=pathlib.Path("requirements.txt").read_text().splitlines(),
packages=setuptools.find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 26c9b3f

Please sign in to comment.