Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
Arslan ae638f5227
Remove training and testing data, as that's not required for model deployment
3 years ago
3835ed1044
Add base data and track it with DVC. Add associated python requirements
3 years ago
240961d083
Remove unnecessary stages, artifacts and data. Track model manually
3 years ago
ae638f5227
Remove training and testing data, as that's not required for model deployment
3 years ago
240961d083
Remove unnecessary stages, artifacts and data. Track model manually
3 years ago
6350c01df3
Tfidf Logistic Classifier. Works great
3 years ago
79b8e5a0ef
Logistic Ex 1: Default parameters
3 years ago
3835ed1044
Add base data and track it with DVC. Add associated python requirements
3 years ago
92fdede2b3
Add basic app config (shared)
3 years ago
6ee8331777
Initial commit
3 years ago
6ee8331777
Initial commit
3 years ago
f352145576
Add api base/skeleton
3 years ago
54b636dc7e
Track experiments using DVC exp feature
3 years ago
4fd725a465
Req Add: uvicorn, gunicorn, python-multipart
3 years ago
4fd725a465
Req Add: uvicorn, gunicorn, python-multipart
3 years ago
4fd725a465
Req Add: uvicorn, gunicorn, python-multipart
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Turkish Text Categorization

This is meant to serve as an example of how to structure and work on your ML projects, and deploy the resultant models.

The dataset I have chosen can be found on Kaggle.

  • The python packages can be installed via the requirements.txt file (in a venv), or using Poetry (preferred way).
  • To get the models and data files, you'll also need DVC. Just run dvc pull in this repo to get the data/artifacts.
Tip!

Press p or to see the previous file or, n or to see the next file

About

https://www.kaggle.com/savasy/ttc4900

Collaborators 1

Comments

Loading...