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

Examples v1 #23

Merged
merged 26 commits into from Mar 8, 2022
Merged

Examples v1 #23

merged 26 commits into from Mar 8, 2022

Conversation

AKuederle
Copy link
Member

@AKuederle AKuederle commented Mar 7, 2022

A first set of examples that are the foundations for all further examples.

@richrobe I decided to go with ECG instead of sleep for now (I could just copy and paste stuff from the biosig exercise :) ) Might still make sense to add sleep stuff later when talking about ML/other more complicated algorithms. Other advantage of ECG was, that the datasets are small enough to directly commit to the repo.

closes #2

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2022

Codecov Report

Merging #23 (5f510f5) into main (e428b2a) will increase coverage by 1.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   94.26%   95.39%   +1.12%     
==========================================
  Files          17       17              
  Lines        1063     1063              
==========================================
+ Hits         1002     1014      +12     
+ Misses         61       49      -12     
Impacted Files Coverage Δ
tpcp/_base.py 93.83% <0.00%> (+4.73%) ⬆️
tpcp/_pipeline.py 100.00% <0.00%> (+5.55%) ⬆️
tpcp/_optimize.py 87.50% <0.00%> (+6.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e428b2a...5f510f5. Read the comment docs.

@AKuederle AKuederle mentioned this pull request Mar 8, 2022
@AKuederle AKuederle merged commit 7134853 into main Mar 8, 2022
@AKuederle AKuederle deleted the examples branch March 8, 2022 14:00
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.

Port interal examples
2 participants