Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ******** conda.yaml ********
- channels:
- - conda-forge
- dependencies:
- - python=3.6.11
- - pip
- - pip:
- - mlflow
- - scikit-learn==0.22.2.post1
- - cloudpickle==1.6.0
- name: mlflow-env
- ******** MLmodel ********
- artifact_path: <>
- flavors:
- python_function:
- env: conda.yaml
- loader_module: mlflow.sklearn
- model_path: model.pkl
- python_version: 3.6.11
- sklearn:
- pickled_model: model.pkl
- serialization_format: cloudpickle
- sklearn_version: 0.22.2.post1
- run_id: <>
- utc_time_created: '2022-03-29 07:12:54.364145'
- ******* requirements.txt *******
- mlflow
- scikit-learn==0.22.2.post1
- cloudpickle==1.6.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement