top of page
Search


The Tech Platform
Aug 13, 2021
Handling Imbalanced Data — Intuition to Implementation
Did you ever found yourself in a situation whereupon training your machine learning model you obtain an accuracy above 90%, but then...

The Tech Platform
Mar 1, 2021
25 Useful Python One-Liners That You Should know
In this blog, I want to present some python one-liners which everyone should know. 1. Swapping Two Variables # a = 4 b = 5 a,b = b,a #...
bottom of page