Neha5630 / LiveProjectML

end to end ML pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A project to demonstrate the creation of ML Pipeline

step1: create a virtual environment

conda create -p venv python==3.8

step2:create a .gitignore file

create the file by right click and include the venv in it

step 3: Create a requiremenet.txt file

pip install ir requirements.txt

step4: create setup.py file

This is to install the entire project as a package.Additionally,write a function to read the package from requirements.txt

step5: create a folder src

Include exception, logger, and utils python files. Make this folder as a package by including __init__.py file. The scr folder will include another folder with name components will be created. Include __init__.py also

step 5.1:Create a folder components

Include data_ingestion, data_transformation, model trainer, and __init_.py. These components are to be interconnected in future.

step5.2:Create a folder called pipeline

Create two python files training_pipeline and prediction_pipeline with __init__.py folder

step6:create a folder called notebooks

Create a folder called data and include the dataset. Additionally, create a EDA.ipynb file to do the EDA analysis.

About

end to end ML pipeline


Languages

Language:Python 91.1%Language:C 3.3%Language:Cython 2.8%Language:Tcl 1.8%Language:Jupyter Notebook 0.3%Language:C++ 0.3%Language:HTML 0.1%Language:GSC 0.1%Language:Fortran 0.1%Language:Makefile 0.0%Language:JavaScript 0.0%Language:Perl 0.0%Language:CMake 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:PowerShell 0.0%Language:Smarty 0.0%Language:C# 0.0%Language:Roff 0.0%Language:Batchfile 0.0%Language:GLSL 0.0%Language:Forth 0.0%Language:XSLT 0.0%Language:Classic ASP 0.0%Language:DTrace 0.0%Language:VBScript 0.0%Language:Lua 0.0%