Detect Multicollinearity and Diagnosis
Multicollinearity: Multicollinearity is a problem when there is very high correlation between predictors. It increases the noise in the datawhich result to inaccurate results. Reasons: 1. It might happened […]
What is Machine Learning and Data Science?

What is machine learning or Data Science? This is the first question that emerges in our mind. Where and how can we use these new edge technologies probably would be […]
Connect R with mongoDB

n this post we will see how to connect MongoDB with R. For this first we have to install package “rmongodb “. Install and load rmongodb package:- We can install “rmongodb” […]
Big Data Analytics and Hadoop Opportunities

With organizations extending their operations manifold and the information revolution growing in volume with every passing minute; there is an increasing need to manage and extract precise and useful knowledge […]
Introduction of Indexes in MongoDB

In this introductory article on Indexes in MongoDB we will learn how indexes works in MongoDB. Like in other databases in MongoDB also indexes play very important role. By using […]