File size: 951 Bytes
5252999
 
f3e3166
 
 
5252999
1c3d7ae
f3e3166
5252999
f3e3166
5252999
 
f3e3166
 
 
 
 
 
 
1c3d7ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Drug Classification
emoji: πŸ’Š
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 5.1.0
app_file: drug_app.py
pinned: false
license: apache-2.0
---

*Learn how to automate model training, evaluation, versioning, and deployment using GitHub Actions with the easiest MLOps guide available online.*

> **Follow the tutorial:** https://www.datacamp.com/tutorial/ci-cd-for-machine-learning

## Project Description
In this project, we will be using scikit-learn pipelines to train our random forest algorithm and build a drug classifier. After training, we will automate the evaluation process using CML. Finally, we will build and deploy the web application to Hugging Face Hub. 

From training to evaluation, the entire process will be automated using GitHub actions. All you have to do is push the code to your GitHub repository, and within two minutes, the model will be updated on Hugging Face with the updated app, model, and results.