Using LSTMs Is Easy
Make your model understand text just as you would read it -- by learning the sequence of words
Make your model understand text just as you would read it -- by learning the sequence of words
A no-fuss pipeline for binary or multiclass text classification
... it works better than you think.
A classifier predicts a categorical target variable while a regressor predicts a continuous response variable. Can we fit a regressor as a classifier? Let’s find out.
no...sometimes we need to treat them with respect
you might wonder how you were doing without it all along
...with precision-recall curve thrown in
Imagine you have four classifiers with similar accuracies. Are they really similar? Plotting a learning curve might reveal a hidden side to these classifiers.
Blow away the confusion
You’ve created a classification model and come across a new concept called confusion matrix. However tough it may seem, a classification model evaluation is not complete unless you add in your confusion matrix.
Tells you where to get off
Is a respectable accuracy score enough?
Imagine training a classifier on a dataset only to find your friend is almost as good guessing at the target label, that too without looking at the data. Is your classifier any good then?