Giter Site home page Giter Site logo

mlops_zoomcamp_2023's Introduction

MLOps Zoomcamp following online on Global MLOps Zoomcamp

MLOps Zoomcamp

Starting Jupyter Notebook remotely on port 9999

  • jupyter notebook --port=9999 9999 because my local Anaconda is using the default Jupyter port 8888

Starting MLFlow...

  • mlflow server -h 0.0.0.0 -p 5000 --backend-store-uri postgresql://postgres:<master-password>@joreyes-mlops-backend-store.ctrfy31kg8iq.ap-southeast-2.rds.amazonaws.com:5432/ --default-artifact-root s3://joreyes-mlflow-artifacts-store This is a server with S3 as the artifact root (need accesskey and secret)
  • mlflow server -h 0.0.0.0 -p 5000 --backend-store-uri postgresql://postgres:<master-password>@joreyes-mlops-backend-store.ctrfy31kg8iq.ap-southeast-2.rds.amazonaws.com:5432/ This is a server with the EC2 instance itself as the artifact store
  • the command above will start the MLFlow server on port 5000 of the EC2 instance, connect to the specified backend store uri (which we configured earlier in Postgres), then connect also to our specified artifact store in S3
  • MLFlow will then be available for use: http://ec2-<ip address like so: 13-236-208-102>.ap-southeast-2.compute.amazonaws.com:5000/
  • or configured with VSCode port forwarding at port 5000 so that you can easily: http://127.0.0.1:5000/

mlops_zoomcamp_2023's People

Contributors

jaeyow 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.