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

New ID tutarial jupyter notebbok/ small fixed to compute_id_twoNN #66

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

diegodoimo
Copy link
Collaborator

I added a big revision to the jupyter notebook tutorial for the ID estimation.
I improved the documentation of compute_id_twoNN
I added a temporary fix to make the 'compute_id_2NN' run when fraction =1 setting the default algorithm to 'ml'
I added assertions to prevent the user to insert wrong values in 'fraction' and 'decimation' kwargs of compute_id_2NN
I imporved the docstring of compute_id_2NN

@diegodoimo diegodoimo requested review from AldoGl and imacocco July 6, 2022 07:37
@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2022

Codecov Report

Merging #66 (6b62a9d) into main (d2dce32) will increase coverage by 1.53%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
+ Coverage   79.04%   80.57%   +1.53%     
==========================================
  Files          10       10              
  Lines        1131     1138       +7     
==========================================
+ Hits          894      917      +23     
+ Misses        237      221      -16     
Impacted Files Coverage Δ
dadapy/id_estimation.py 82.80% <100.00%> (+0.03%) ⬆️
dadapy/clustering.py 89.54% <0.00%> (ø)
dadapy/_utils/utils.py 59.12% <0.00%> (+3.48%) ⬆️
dadapy/base.py 82.55% <0.00%> (+14.13%) ⬆️

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 d2dce32...6b62a9d. Read the comment docs.

@imacocco
Copy link
Collaborator

imacocco commented Jul 6, 2022

For me the PR can be accepted and merged!

@AldoGl
Copy link
Collaborator

AldoGl commented Jul 7, 2022

This is ok for me too, @diegodoimo I will squash the commits, rebase, and merge!

by @diegodoimo
I added a big revision to the jupyter notebook tutorial for the ID estimation.

I improved the documentation of compute_id_twoNN

I added a temporary fix to make the 'compute_id_2NN' run when fraction =1 setting the default algorithm to 'ml'

I added assertions to prevent the user to insert wrong values in 'fraction' and 'decimation' kwargs of compute_id_2NN

I improved the docstring of compute_id_2NN
@AldoGl AldoGl force-pushed the improve_id_tutorial branch from 0b4f6dd to 6b62a9d Compare July 7, 2022 14:28
@AldoGl AldoGl merged commit e32c0e9 into main Jul 7, 2022
@AldoGl AldoGl deleted the improve_id_tutorial branch July 7, 2022 14:31
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.

4 participants