Git Product home page Git Product logo

endtoend_mlops's Introduction

End to END Machine Learning Workflow using github actions(CI/CD), Github Self-Hosted(app runner) and AWS-ECR(for the docker image) and EC2 to deploy my machine learnig Flask Application/Rest endpoint into the Ec2 instance

Approach of the Project:

Data Ingestion :

1) In Data Ingestion phase the data is first read as csv.
2) Then the data is split into training and testing and saved as csv file.

Data Transformation :

1) In this phase a ColumnTransformer Pipeline is created.
2) For Numeric Variables first SimpleImputer is applied with strategy median , 
   then Standard Scaling is performed on numeric data.
   for Categorical Variables SimpleImputer is applied with most frequent strategy, 
3) then ordinal encoding performed , after this data is scaled with Standard Scaler.
4) This preprocessor is saved as pickle file.

Model Training :

1) In this phase base model is tested . The best model found was catboost regressor.
2) After this hyperparameter tuning is performed on catboost and knn model.
3) This model is saved as pickle file.

Prediction Pipeline :

1) This pipeline converts given data into dataframe and has various functions to load 
   pickle files and predict the final results in python.

Flask App/REST Endpoint creation :

2) Flask app is created with User Interface to predict the gemstone prices inside a Web Application.

endtoend_mlops's People

Contributors

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