Skip to content

You get 2 CSV files divided into TRAIN and TEST Train models on the data and choose the best regression-classification model from the options we received, After that, the best learning is applied to the TEST and the resulting "prediction" file is saved

License

Notifications You must be signed in to change notification settings

yarin17c/ML-Project_Text-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Text Classification Project

This project applies machine learning models to classify text data.

Data

  • annotated_corpus_for_train.csv: Training dataset
  • corpus_for_test.csv: Test dataset

Process

  1. Data preprocessing
  2. Model selection and training
  3. Evaluation on test set
  4. Prediction file generation

Setup

  1. Clone repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run Jupyter notebook: jupyter notebook Assignment5-text-analysis.ipynb

Results

Classification results are saved in classification_results.csv.

License

This project is under the MIT License.

Author

👤 Contact

GitHub: @dreekz

LinkedIn: yarinakiva

About

You get 2 CSV files divided into TRAIN and TEST Train models on the data and choose the best regression-classification model from the options we received, After that, the best learning is applied to the TEST and the resulting "prediction" file is saved

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published