Skip to content

Commit

Permalink
complete basic setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sManohar201 committed Mar 1, 2024
1 parent b026c94 commit 6f9b87d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 4 additions & 5 deletions conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pyyaml
- hydra-core=1.3.2
- pip=23.3.1
- pyyaml=5.3.1
- hydra-core=1.0.6
- pip=20.3.3
- mlflow=1.14.1
- pip:
- mlflow==2.8.1
- wandb==0.16.0
8 changes: 5 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- mlflow==1.14.1
- hydra-core=1.3.2
- ipython=7.21.0
- notebook=6.2.0
- matplotlib=3.8.2
- cookiecutter=1.7.2
- pandas=2.1.3
- jupyterlab=4.0.9
- jupyterlab=3.0.10
- pip=23.3.1
- pip:
- mlflow==2.8.1
- wandb==0.16.0
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def go(config: DictConfig):
if "test_regression_model" in active_steps:

_ = mlflow.run(
f"{config['main']['components_repository']}/test_regression_model",
os.path.join(hydra.utils.get_original_cwd(), "components", "test_regression_model"),
"main",
parameters={
"mlflow_model": "random_forest_export:prod",
Expand Down

0 comments on commit 6f9b87d

Please sign in to comment.