Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 993 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 993 Bytes

Turkish Text Categorization

Setup Directions

When installing required libraries you may have problem with Xgboost. Here is a possible solution.

  • Deployed on Google Cloud using Docker and Kubernetes

  • Uses Python Flask framework as backend


Features

  1. Prediction
  2. Dataset Splitting
  3. Training
  4. Testing/Evaluation
  5. Model Selection
  6. All In One runs all models

Machine Learning Models

  1. Bag Of Words

    • BASIC

      • SVC
      • Random Forest
      • Multinomial Naive Bayes
      • Nearest Centroid
      • XGBoost
    • TF-IDF

      • SVC
      • Random Forest
      • Multinomial Naive Bayes
      • Nearest Centroid
      • XGBoost