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

Fixed a bug when removing excluded datasets #656

Closed
wants to merge 4 commits into from

Conversation

toncho11
Copy link
Contributor

@toncho11 toncho11 commented Oct 4, 2024

Fixed a bug when removing excluded datasets in benchmark.py.

Solves #654

The only commit is [Fixed a bug when removing excluded datasets in benchmark.py]

@toncho11
Copy link
Contributor Author

toncho11 commented Oct 4, 2024

It accepts both which does not much my code.

@toncho11 toncho11 closed this Oct 4, 2024
@toncho11
Copy link
Contributor Author

toncho11 commented Jan 27, 2025

Example of using the PR.
exclude_datasets uses class names as strings in the case of this PR .

results = benchmark(
    pipelines=pipeline_folder,
    evaluations=["WithinSession"],
    paradigms=["P300"],
    exclude_datasets=["EPFLP300","FakeVirtualRealityDataset","Huebner2017","Huebner2018","Lee2019_ERP","Sosulski2019"],
    results="./results/",
    overwrite=False,
    plot=True,
    n_jobs=4,
    output="./benchmark/", 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant