Make discoveries with your data


Recent posts

teaser_image

Support Vector Machine (SVM) in Python

7 minute read

Implementation of Support vector machine (SVM) in Python for prediction of heart disease. Learn SVM basics, model fitting, model accuracy, and interpretation

teaser_image

Multiple linear regression (MLR)

8 minute read

Multiple regression analysis using statsmodels. Learn how to define regression model, assumptions, metrics evaluation, and interpretation

teaser_image

How to subset from pandas DataFrame?

5 minute read

This article explains how to select rows, columns, and a subset of pandas DataFrame using various indexing operations and pandas functions