/salary_prediction

Primary LanguageJupyter NotebookMIT LicenseMIT

Salary Prediction Application

Untitled.video.-.Made.with.Clipchamp.1.mp4

DVC

''' dvc init

dvc add artifcats/raw.csv '''

MLFLOW_TRACKING_URI=https://dagshub.com/mohiteyashprogrammer/salary_prediction.mlflow
MLFLOW_TRACKING_USERNAME=mohiteyashprogrammer
MLFLOW_TRACKING_PASSWORD=e9dc540f21bfcc5064e219ee5772fd4f3b9a7a26
python script.py

create Environment variable through this commands

export MLFLOW_TRACKING_URI=https://dagshub.com/mohiteyashprogrammer/salary_prediction.mlflow

export MLFLOW_TRACKING_USERNAME=mohiteyashprogrammer

export MLFLOW_TRACKING_PASSWORD=e9dc540f21bfcc5064e219ee5772fd4f3b9a7a26