Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingabzpro/ml-pipeline-disaster-tweets

Design your first machine learning pipeline using simple steps on Orchest cloud.
https://github.com/kingabzpro/ml-pipeline-disaster-tweets

automl ensemble-learning hacktoberfest hacktoberfest2021 machine-learning orchest pipeline

Last synced: 15 days ago
JSON representation

Design your first machine learning pipeline using simple steps on Orchest cloud.

Awesome Lists containing this project

README

        

# ML-Pipeline-Disaster-tweets
Learn how machine learning pipelines are used in productions and design your first pipeline using simple steps on disaster tweets classification datasets. You will also learn how to ingest the data, preprocess, train, and eventually evaluate the results.

Read my blog to learn more: [A Guide to Machine Learning Pipelines and Orchest](https://www.analyticsvidhya.com/blog/2021/10/a-guide-to-machine-learning-pipelines-and-orchest/)

![img](https://editor.analyticsvidhya.com/uploads/22124ML-pipelines-AV.jpg)
## Introduction
In this guide, we will learn the importance of Machine Learning (ML) pipelines and how to install and use Orchest platform. We will be also using Natural Language Processing beginner problem from Kaggle by classifying tweets into disaster and non-disaster tweets. The ML pipelines are independently executable code to run multiple tasks which include data preparation and training machine learning models. The figure below shows how each step has a specific role and how tracking those steps are easy. Azure Machine Learning

## Final pipeline
![pipe](https://editor.analyticsvidhya.com/uploads/74740Web%20capture_5-10-2021_13256_gracious-leavitt-67ad2bec.orchestapp.io.jpeg)