yt-spam-classifier icon indicating copy to clipboard operation
yt-spam-classifier copied to clipboard

Using TensorFlow to automatically filter crypto-related spam comments on YouTube.

Results 2 yt-spam-classifier issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to recreate your steps and run into the following issue when running this step: All previous steps work fine. I'm using your dataset. ``` early_stop = EarlyStopping(monitor='val_loss',...

Hi Savjee, > Env : Google Colab (Python 3.7) ___ After setting the following things: **1) API_KEY 2) CHANNEL_ID 3) OAuth client_secret.json** Im getting this issue ![image](https://user-images.githubusercontent.com/42869040/133140029-e8b0bf1a-9615-4dcb-a426-23e19a430058.png) I think that...