Rule-Based Matching for NLP using spaCy
If you are an NLP enthusiast you know for sure the spaCy library. It’s a powerful library mostly known for …
If you are an NLP enthusiast you know for sure the spaCy library. It’s a powerful library mostly known for …
Amazon Athena is an interactive query service that makes it easy to analyze data directly in S3 using SQL. In …
Introduction I attended the Introduction to Designing Data Lakes in AWS course in Coursera where there was a lab about …
We will show how we can price the European Options with Monte Carlo simulation using R. Recall that the European …
Useful Tips for Gambling to Keep you Away from the Danger Zone “The less you bet, the less you lose“ …
A common way to represent and analyze categorical data is through contingency tables. In this tutorial, we will provide some …
So we have created our Flask API. Now what? How are we going to share our application to the world? …
Read moreHow to deploy a Flask API (the Easiest, Fastest, and Cheapest way)
The goal of this article is to provide some “Numpy Hacks” that will be quite useful during the Data Science …
One of the most important statistical tests is the T-test also known as the student’s T-test. In this post, we …
Linear Regression Linear regression is a basic approach to modelling the linear relationship between a dependent variable y and one …