Hi
I’m using the Tabular learner for classification. I’m at a loss why the accuracy is not improving here.
Any suggestions? Thank you!!!
Here’s why I picked the learning rate
Hi
I’m using the Tabular learner for classification. I’m at a loss why the accuracy is not improving here.
It’s strange. I seems that your model isn’t overfitting although reach only needs 1 epoch to achieve the top accuracy. Also, it’s strange that accuracy never changes.
My thoughts are:
I hope that it helps.
Hi everyone, I am trying to post a new topic but I literally have no idea how. I have looked through every part of this website for a ‘post new topic’ type of button but can’t find one. I can reply which is why I am asking you
Found a problem with my script.
In the line below I didn’t add a “y_block=CategoryBlock” before. Now I think the nnn knows I want to do classification and not regression.
to = TabularPandas(data, procs=procs, cat_names = cat_vars, cont_names = cont_vars, y_names='myfavy', splits=splits, y_block=CategoryBlock)
The accuracy looks much better, but it’s still not improving with training
Well it is improving, just very slowly The losses are decreasing nicely. I would try running it for more epochs and/or with a higher learning rate.
Welcome! I think you will have to read some posts and visit a few times in the next days to unlock the “new topic” button.
In the meantime, there are separate topics for every lesson of the course, maybe your question will fit in there!