top of page
Evergreen posts from some of our Ninjas...
May 12, 20213 min read
1,432 views
All Blogs
Search
Sowmyalakshmi Suresh kumar
Jul 15, 20232 min read
King county Housing DATA analysis
Sowmyalakshmi King county is one of the fastest growing city in the US. The early 20th century was a time of population growth and...
Margi Patel
Aug 28, 20204 min read
Classification Algorithm Part 1: Logistic Regression Using R Language
What is Logistic Regression? Logistic regression is used when the dependent variable is categorical. For example, To predict whether the...
Margi Patel
Aug 3, 20202 min read
Regression Algorithm Part 6: Random Forest Regression Using R Language
What is Random Forest Regression? Random Forest or Random Decision Forests are an ensemble learning method for classification and...
Margi Patel
Aug 3, 20203 min read
Regression Algorithm Part 5: Decision Tree Regression Using R Language
What is Decision Tree Regression? Decision trees are a non-parametric supervised learning method used for both classification and...
Margi Patel
Aug 3, 20203 min read
Regression Algorithm Part 4: Support Vector Regression Using R Language
What is Support Vector Regression? Support Vector Machine is a supervised machine learning algorithm that can be used for regression or...
Margi Patel
Aug 3, 20203 min read
Regression Algorithm Part 3: Polynomial Linear Regression Using R Language
What is a Polynomial Linear Regression? Polynomial Linear Regression is similar to the Multiple Linear Regression but the difference is,...
Margi Patel
Aug 3, 20202 min read
Regression Algorithm part2: Multiple Linear Regression Using R Language
What is a Multiple Linear Regression? Multiple Linear Regression is an extension of the simple linear regression algorithms to predict...
Margi Patel
Aug 3, 20204 min read
Regression Algorithm Part 1: Linear Regression Using R Language
What is a Linear Regression? Linear Regression is one of the supervised machine learning algorithms to predict values within a continuous...
Margi Patel
Jul 12, 20203 min read
Data Manipulation using DPLYR : Part 3
Merging Data Using DPLYR In this blog, you will learn how to Merge Data using the dplyr R package. When you will be working with multiple...
Margi Patel
Jun 28, 20202 min read
How to convert DataFrame to CSV and Import a CSV File into R in R language.
Often, you’ll work with data in Comma Separated Value (CSV) files. Exporting a DataFrame to CSV and importing a CSV file is an important...
bottom of page