yt-spam-classifier
yt-spam-classifier copied to clipboard
Using TensorFlow to automatically filter crypto-related spam comments on YouTube.
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  I think that...