Philipp-Sc / llm-fraud-detection

Robust semi-supervised spam detection using Rust native NLP pipelines.
Apache License 2.0
2 stars 2 forks source link

Model Evaluation #4

Closed Philipp-Sc closed 1 year ago

Philipp-Sc commented 1 year ago

Instead of testing the model performance on the same data it was trained on, generate a training and test dataset.

90% training data 10% test data

make sure to sample spam and ham.

Philipp-Sc commented 1 year ago

done