Skip to content

Added pmdarima to conda#3505

Merged
chukarsten merged 9 commits intomainfrom
pmd_arima
May 11, 2022
Merged

Added pmdarima to conda#3505
chukarsten merged 9 commits intomainfrom
pmd_arima

Conversation

@chukarsten
Copy link
Contributor

@chukarsten chukarsten commented May 8, 2022

Fixes: #2237

@chukarsten chukarsten changed the title Updated recipe and test_utils.py Added pmdarima to conda May 8, 2022
@codecov
Copy link

codecov bot commented May 8, 2022

Codecov Report

Merging #3505 (5a9303d) into main (8f7b4f5) will increase coverage by 0.1%.
The diff coverage is 0.0%.

@@           Coverage Diff           @@
##            main   #3505     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        336     336             
  Lines      33436   33431      -5     
=======================================
- Hits       33310   33308      -2     
+ Misses       126     123      -3     
Impacted Files Coverage Δ
evalml/tests/component_tests/test_utils.py 95.9% <ø> (ø)
evalml/tests/pipeline_tests/test_pipelines.py 99.8% <0.0%> (ø)
evalml/tests/utils_tests/test_dependencies.py 95.5% <ø> (+10.3%) ⬆️

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 8f7b4f5...5a9303d. Read the comment docs.

@chukarsten chukarsten marked this pull request as ready for review May 10, 2022 21:30
assert len((_all_estimators_used_in_search())) == 9
else:
if is_using_conda:
n_estimators = 16
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was talking to @jeremyliweishih about this one. Apparently this line isn't covered in the global checks, but my fiddling with it caused the patch diff to fail.

Copy link
Collaborator

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 💪

@chukarsten chukarsten merged commit 1e50f0e into main May 11, 2022
@chukarsten chukarsten mentioned this pull request May 12, 2022
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.

Pmdarima can't be installed via conda alongside sktime

2 participants