Home /
Notebooks
Showing 13 - 18 / 58
EDA + Classifier + Streamlit on Palmer Penguin Dataset
icyvulcan
11/23/2020
Demo for doing exploratory data analysis and training a random forrest classifier, inference with streamlit support
Lightning Tour of SpaCy NLP Library
icyvulcan
11/23/2020
Demo for using SpaCy for various text processing tasks
Pride & Prejudice Analysis
icyvulcan
11/23/2020
Demo for using SpaCy with the Pride & Prejudice corpus for extracting names of all the characters from the book, visualizing characters' occurences with regards to relative position in the …
SpaCy Introduction
icyvulcan
11/22/2020
Demo for using SpaCy for various text processing tasks: tokenizing, POS, NER, syntactic dependencies, chunking, embeddings
Advanced Text Analysis with SpaCy and Scikit-Learn
icyvulcan
11/22/2020
Demo for using SpaCy and scikit-learn for several classical machine learning tasks