Targeting Elements in Selenium

In recognition of the 39k people using this browser automation tool, I will be working with this tool until I have resolved my conflicts, or lost all my hair - whichever happens first. For the purposes of not being vague, I think what I struggled...

Intro to Naural Language Processing with spaCy

spaCy spaCy is a natural language processing library for python. Some of its features are: - non-destructive tokenization, - named entity recognition, - pre-trained models - support for 52+ individual langueages. Since coding is best explained...

Plotting ROC curve in Altair

So you can make an ROC curve in pyplot but it looks like this. But fear not my friends, for Altair is here to fulfill all your aesthetic needs. In this amazing* blog I will introduce the ways of plotting an ROC curve in Altair. In an ideal world, there …

Least Angle Regression LARS

What is LARS? Before we get into what lars is, we must take a peek into forward selection and forward stagewise regression. LARs treats each feature of the data as a vector and moves in a direction to minimizethe difference between its angle with...