Coder Social home page Coder Social logo

mlflow-basic-operation's Introduction

MLflow-Basic-Operation

For Dagshub:

MLFLOW_TRACKING_URI=https://dagshub.com/atharvac1301/MLflow-Basic-Operation.mlflow
MLFLOW_TRACKING_USERNAME=atharvac1301
MLFLOW_TRACKING_PASSWORD=fcc56715d30099c587b900a8711bff8195c6cc1a
python script.py

export MLFLOW_TRACKING_URI=https://dagshub.com/atharvac1301/MLflow-Basic-Operation.mlflow

export MLFLOW_TRACKING_USERNAME=atharvac1301

export MLFLOW_TRACKING_PASSWORD=fcc56715d30099c587b900a8711bff8195c6cc1a

MLflow on AWS

MLflow on AWS setup:

  1. Login to AWS console.
  2. Create IAM suer with Admin Access
  3. Export the credentials in your AWS CLI by running "aws configure"
  4. Create a s3 bucket
  5. Create EC2 machine (Ubuntu) & add Security groups 5000 port

Run the following commands on EC2 machine:

sudo apt update

sudo apt install python3-pip

sudo pip3 install  pipenv

sudo pip3 install virtualenv

mkdir mlflow

cd mlflow

pipenv install mlflow

pipenv install awscli

pipenv install boto3

pipenv shell

## Then set aws credentials
aws configure


# Finally
mlflow server -h 0.0.0.0 --default-artifact-root s3://mlflow-test-23

# open public IPv4 DNS to the port 5000


# set uri in your local terminal and in your code
export MLFLOW_TRACKING_URI=""

mlflow-basic-operation's People

Contributors

atharvac1301 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.