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

Minimal models for remote #77

Merged
merged 6 commits into from
Apr 7, 2021
Merged

Minimal models for remote #77

merged 6 commits into from
Apr 7, 2021

Conversation

RafalSkolasinski
Copy link
Contributor

Fixes #54

@RafalSkolasinski RafalSkolasinski marked this pull request as draft April 1, 2021 19:19
@@ -115,32 +126,23 @@ We provide a conda yaml in out `local_folder` which tempo will use as the runtim


```python
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Wrong location for conda.yaml
  • Also I changed to use file syntax for consistency and clarity
  • wrong version of mlserver
%%writetemplate artifacts/classifier/conda.yaml
name: tempo
channels:
  - defaults
dependencies:
  - python=3.7
  - pip:
    - mlops-tempo @ file://{TEMPO_DIR}
    - mlserver==0.3.1.dev7

Also not need to remove this file from github and add to .gitignore as its generated.

@@ -117,32 +118,23 @@ We provide a conda yaml in out `local_folder` which tempo will use as the runtim


```python
%%writefile artifacts/classifier/conda.yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

Same changes needed here as in local.ipynb

@@ -0,0 +1,453 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs same changes as other notebooks,

@RafalSkolasinski RafalSkolasinski changed the title Minimal models for remote WIP: Minimal models for remote Apr 6, 2021
@RafalSkolasinski RafalSkolasinski marked this pull request as ready for review April 7, 2021 16:05
@RafalSkolasinski
Copy link
Contributor Author

Fixed notebooks:

  • intro
  • explainers
  • outlier (removed alibi dependency as in fixme note read)

Added:

  • control environment (notebooks that trains and deploy Iris sklearn / xgboost as mlserver from a controlled environment)

@RafalSkolasinski RafalSkolasinski changed the title WIP: Minimal models for remote Minimal models for remote Apr 7, 2021
@ukclivecox ukclivecox merged commit 9b21de4 into SeldonIO:master Apr 7, 2021
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.

Remove transitive dependency when saving pipelines
2 participants