-
using linux or wsl is recommended (from my experience btw)
-
create a virtual enviornment using python (<3.11, >3.9)
python3.11 -m venv venv
or (using conda)
conda create -n python==3.11 venv
-
activate it
source venv\bin\activate
(linux) -
change the directory
cd Used-Car-Price-Prediction-endToEnd
-
install
requiremnets.txt
pip install -r requirements.txt
-
Now for
zenml
use wsl or linux and runzenml init
-
then
zenml up
-
for the default one run (in vs code)
zenml connect --url=http://127.0.0.1:8237
-
then run the pipeline
python pipelines/training_pipeline.py
-
for mlflow interactive ui
mlflow ui
-
Notifications
You must be signed in to change notification settings - Fork 0
NevroHelios/Used-Car-Price-Prediction-endToEnd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published