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

Initialized quantile-percentile branch #943

Closed
wants to merge 1 commit into from

Conversation

HangenYuu
Copy link
Contributor

Description

Implement the quantile and percentile function in PyTensor.

Related Issue

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

Copy link

codecov bot commented Jul 18, 2024

Codecov Report

Attention: Patch coverage is 5.00000% with 19 lines in your changes missing coverage. Please review.

Project coverage is 81.36%. Comparing base (c6d85d1) to head (fb27251).
Report is 97 commits behind head on main.

Files with missing lines Patch % Lines
pytensor/tensor/math.py 5.00% 19 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #943      +/-   ##
==========================================
- Coverage   81.38%   81.36%   -0.03%     
==========================================
  Files         172      173       +1     
  Lines       46868    46934      +66     
  Branches    11423    11431       +8     
==========================================
+ Hits        38145    38189      +44     
- Misses       6542     6563      +21     
- Partials     2181     2182       +1     
Files with missing lines Coverage Δ
pytensor/tensor/math.py 89.72% <5.00%> (-1.56%) ⬇️

... and 5 files with indirect coverage changes

@ricardoV94
Copy link
Member

Unlucky duplicate of #942?

@HangenYuu
Copy link
Contributor Author

Oops I did not realize. Will leave it to @Dhruvanshu-Joshi then.

@HangenYuu HangenYuu closed this Jul 18, 2024
@HangenYuu HangenYuu deleted the quantile-percentile branch July 18, 2024 08:58
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.

Implement equivalent numpy median and quantile / percentile
2 participants