Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kingabzpro/ml-pipeline-disaster-tweets
- Owner: kingabzpro
- License: apache-2.0
- Created: 2021-10-04T20:40:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T18:12:23.000Z (over 3 years ago)
- Last Synced: 2024-11-17T03:06:33.133Z (3 months ago)
- Topics: automl, ensemble-learning, hacktoberfest, hacktoberfest2021, machine-learning, orchest, pipeline
- Language: Jupyter Notebook
- Homepage: https://www.analyticsvidhya.com/blog/2021/10/a-guide-to-machine-learning-pipelines-and-orchest/
- Size: 1.66 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)