Skip to content

An MLOps project using NY Taxi trips dataset deployed on AWS

Notifications You must be signed in to change notification settings

AbhishekRS4/ML_NY_Taxi

Repository files navigation

Machine Learning with New York Taxi data

Python application test with Github Actions

Info

MLFlow tracking UI locally

  • To visualize using MLFlow UI, run the following command
mlflow ui --backend-store-uri sqlite:///mlruns.db

For training using AWS and Prefect

  • For training to use the MLFlow server on the AWS infrastructure and Prefect workpools, refer AWS_Prefect.md

Flask web service app

For deploying the AWS Lambda function to AWS and creating an API endpoint