jercoliMay 17, 20214 min readThe forest of the amazon reviews, part 2 (an NLP story)Hi friends, this is part 2 of the NLP analysis based on amazon reviews, here we will describe the machine learning stage that we will...
jercoliMay 14, 20215 min readThe forest of the amazon reviews, part 1(an NLP story)In this post we will enter the world of NLP ( natural language processing ) that studies the interactions between computers and human...
jercoliApr 11, 20217 min readThe heart of logistic regressionIn this post we will develop a binary classification model with a dataset related to the health issue. It was obtained from kaggle.com...
jercoliMar 29, 20217 min readRiding a bicycle on the Regression lineIntroduction to Supervised algorithms Today we will talk about the best known of supervised algorithms: Linear Regression, a classic in...
jercoliFeb 25, 20215 min readUser Clustering with K-means model, bike ride case part 3Clustering bike users groups with K-means model (Scikit Learn)