Master sync 10-06-2021#307
Open
jcuquemelle wants to merge 7 commits into
Open
Conversation
Change the default setting of verify arg to None rather than true. The default value of true isn't handled correctly by boto3, the library expects either false, None or a path to a cert bundle. This breaks the reference to the root cert that can be passed via the REQUESTS_CA_BUNDLE envar. This was a breaking change caused by PR that only affects cases where the artifact store has a certificate that will not be validated by the default root cert: https://github.com/mlflow/mlflow/pull/3345/files#diff-1fa0af6d2db749b300399663bbc25fcc867ab86a08b3e8c2b3c865561ddedf19
* log databricks runtime in MLmodel Signed-off-by: Steven Chen <s.chen@databricks.com> * catch exception when getting parameter Signed-off-by: Steven Chen <s.chen@databricks.com> * gate get_databricks_runtime Signed-off-by: Steven Chen <s.chen@databricks.com> * default value for spark.conf.get Signed-off-by: Steven Chen <s.chen@databricks.com> * lint Signed-off-by: Steven Chen <s.chen@databricks.com> * unit tests Signed-off-by: Steven Chen <s.chen@databricks.com> * lint Signed-off-by: Steven Chen <s.chen@databricks.com> * unit test Signed-off-by: Steven Chen <s.chen@databricks.com> * unit test fix Signed-off-by: Steven Chen <s.chen@databricks.com> * refactored model tests Signed-off-by: Steven Chen <s.chen@databricks.com>
* Add newer_than_max Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * rename newer_than_maximum to supported Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * rename newer_than_maximum to supported Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * update sklearn (dummy change) Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * temporarily comment out assertion for max version Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * update sklearn (dummy change) Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * update fastai Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * test using pytorch-lightning Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * rerun Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * revert temporary changes Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> * revert temporary changes Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
* add paddle, now supporting save and load model. Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddle into docs Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add test files Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddle into conftest.py Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddle into __init__.py Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddle into models Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * change typo Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add python tests Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddle into mlflow Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddle example Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * change file names Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * change file names Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * delete downloaded datasets Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddlepaddle into requirements.txt Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * add paddlepaddle into ml requirements Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * change code formats Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * delete paddlepaddle from dev-requirement Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * update docs about paddlepaddle Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * Change return value of load_model Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * change method of loading data to sklearn.datasets.load_boston Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * modify docstring Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * bug fix Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * typo fixed Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * reformat Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * reformat Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * delete trailing whitespace Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu> * solve pylint warning Signed-off-by: Minhao Jin <minhaoj@andrew.cmu.edu>
…ow#4159) * [bug-fix] Fix KubernetesSubmittedRun.get_status() (mlflow#3962) Signed-off-by: Juan Casse <jcasse@gmail.com> * update Signed-off-by: Weichen Xu <weichen.xu@databricks.com> * update Signed-off-by: Weichen Xu <weichen.xu@databricks.com> * update Signed-off-by: Weichen Xu <weichen.xu@databricks.com> Co-authored-by: Weichen Xu <weichen.xu@databricks.com>
* init Signed-off-by: Weichen Xu <weichen.xu@databricks.com> * update Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
* documentation for logging pip requirements and databricks runtime Signed-off-by: Steven Chen <s.chen@databricks.com> * docs changes Signed-off-by: Steven Chen <s.chen@databricks.com> * typo Signed-off-by: Steven Chen <s.chen@databricks.com> * added link in autologging Signed-off-by: Steven Chen <s.chen@databricks.com> * add word Signed-off-by: Steven Chen <s.chen@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.