forked from mlflow/mlflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SkinnyClient] Remove pandas and numpy dependency (mlflow#3972)
* Remove numpy and pandas dependencies from the MLflow Skinny client Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Flip the condition to skip if is skinny Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Remove flavor changes Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix __all__ with new change Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Move autolog imports into autolog Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Avoid mlflow.azureml import Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Undo black changes for lines shorter than 100 chars Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Move in pyfunc import in sagemaker deploy code Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Avoid containers import Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Verify as_pandas=False behaves as expected Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Undo sagemaker and azureml deploy changes and condition cli import for both built in deployment plugins Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix format issue Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Move imports into the try catch else Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix bug in brackets Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Simplify equality check Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Add view type support to run and verify Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Avoid keyword argument for client.search_runs Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix view type for deleted tests Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Avoid setting view type to null Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix param passing Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Run formatter Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix mlflow/__init__.py formatting Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Add pylint noqa equivalent Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Resolve lint issues with pylint and flake8 ignores Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Address most comments Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Resolve skinny test build issues Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Undo format change Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Move test_runs input into csv gen Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Add pytest import Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Add output_format instead of as_pandas Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Use direct imports Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Clean up the string for the ValueError message Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix doc issue Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Resolve test import issue Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Add time to search_runs check Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Fix formatting Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Add pandas import for skinyn skipped test Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Cleanup docs, simplify tests, address formatting comments Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Resolve missing param for pandas only test Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com> * Doc tweaks Co-authored-by: dbczumar <39497902+dbczumar@users.noreply.github.com>
- Loading branch information
1 parent
7a6c245
commit d1a2647
Showing
17 changed files
with
326 additions
and
166 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
## Small test reqs | ||
scipy | ||
## Test-only dependencies | ||
pytest==3.2.1 | ||
pytest-cov==2.6.0 | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.