Text Classification with Python: Build and Compare Three Text Classifiers

preview_player
Показать описание
Text Classification involves assigning a label to a piece of text based on its content or context. In this tutorial we learn how to classify texts by building three text classifiers: LinearSVC, ComplementNB, and MultinomialNB,
We will use Scikit-learn, and Kaggle and the datasets available there.
-----------------------
Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affiliate link)
------------------------
Text Classification Dataset
------------------------
Check my website for Python projects:
Рекомендации по теме
Комментарии
Автор

thank you for this video, i just got a project on this topic and i was beating my head on how to do it, bbut then i came across thuis video. Its been a very huge help. thank you so much🙏

anonymous-jenb
Автор

Have a thumb my man, first one of these videos ive found showing how to do it without using imported data sets.

lukecalvert
Автор

Best channel to learn about python ❤️
Would be great if you can add some more videos related to web scraping- google reviews, ratings with multiple pages

rahulpareek
Автор

Hi! Thank you very much for the video!
Do you have another video to explain what to do if you need to classify something with two or mor variables? For example a message that is "ham" & "Spam" at the same time?

JCDC
Автор

Tried this in pycharm, but am getting the following error when creating "pipeMNB" :

ValueError: np.nan is an invalid document, expected byte or unicode string.

Anyone know how to fix this?

darkwingduckization
Автор

How to do Multi Level Hierarchical Classification

PANDURANG
Автор

Even without text processing you get high results, is this normal?

superfreiheit
Автор

will it work for my custom dada? Like I have Classification and sub Classification also.
Sentence : I am going to school and play cricket.
Classification : school and
Sub Classification: Sports

PANDURANG
Автор

Do this works on single words or very short sentences as well?

fredii
welcome to shbcf.ru