Mukesh KumarUnderstanding distribution functions…This series article helps to understand distribution functions and its usage in Exploratory Data Analysis in Data Science. In next article…Jun 7, 2018Jun 7, 2018
Mukesh KumarMy intuition to learn eigenvalues and eigenvectors…One of my biggest hurdles learning linear algebra was getting that intuition. Eigenvalues and eigenvectors are one of those things that pop…Feb 27, 20181Feb 27, 20181
Mukesh KumarEncourage you to switch to Jupyter Lab…Notebooks are great for prototyping, longer pipelines or processes.Feb 23, 2018Feb 23, 2018
Mukesh KumarWhy and when we need Machine Learning…I’m into the data management/data quality from several years. When I ask some people what is data management processes they simply reply…Feb 15, 2018Feb 15, 2018
Mukesh KumarPython Lists and Lambda Learning…There are many ways to use Python’s List and Lambda. Here I am going to show some of useful tips and tricks. So lets first start with…Dec 8, 2017Dec 8, 2017
Mukesh KumarApache Spark RDD API using Pyspark…In my previous article, I am using scala to show usability of Spark RDD API. Many of us utilizing PySpark to work with RDD and Lambda…Dec 7, 2017Dec 7, 2017
Mukesh KumarHow to convert Python list, tuples, strings to each other…There are three built-in functions in Python : lists, tuples, and strings. The three functions, str (), tuple (), and list (), convert to…Dec 6, 2017Dec 6, 2017
Mukesh KumarTips and Tricks for Apache Spark RDD API, Dataframe API- Part -1I am planning to share my knowledge on Apache Spark RDD, Dataframes API and some tips and tricks. If I combine everything into one then it…Dec 6, 2017Dec 6, 2017
Mukesh KumarBetter late then never : Time to replace your micro-service architecture with Kafka…Kafka already spawns and facilitated many organizations on micro-services architecture world. If Kafka is still not part of your…Nov 27, 2017Nov 27, 2017
Mukesh KumarIn-depth Kafka Message queue principles of high-reliabilityAt present many open source distributed processing systems such as Cloudera, Apache Storm, Spark and others support the integration with…Nov 22, 2017Nov 22, 2017