Exploratory Data Analysis in Python

Data visualization and exploratory data analysis is most important step of any Machine Learning or Data Science project. To determine the right machine learning model, you need to first understand the data. Also, to decide the correct predictive algorithm (e.g. Random Forest, Logistics regression, Bayesian classifier etc.), data visualization and exploratory data analysis is prerequisite.

4 min read

How to install Jupyter Notebook in Ubuntu using VirtualBox

How to install jupyter Notebook in simple steps in Ubuntu(64-bit). Here I have Windows Operating System. I am installing a Oracle VirtualBox and then installing Ubuntu(64-bit) on VirtualBox. Finally I am installing Jupyter Notebook on that Ubuntu Virtual Environment.

3 min read