top of page

Evergreen posts from some of our Ninjas...


- Jun 18, 2022
- 2 min
3,990 views

- May 12, 2021
- 3 min
1,188 views





All Blogs
Search


Sowmyalakshmi Suresh kumar
- Jul 15
- 2 min
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, 2020
- 4 min
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, 2020
- 2 min
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, 2020
- 3 min
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, 2020
- 3 min
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, 2020
- 3 min
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, 2020
- 2 min
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, 2020
- 4 min
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, 2020
- 3 min
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, 2020
- 2 min
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