In the last tutorial, Decision Tree Analysis with Credit Data in R | Part 1, we learned how to create decisions trees using ctree(). This function is a recursive partitioning for continuous, censored, ordered, nominal and multivariate response variables in a conditional inference framework. C5.0 algorithm In this R tutorial, we…
Datasets
Are you trying to find datasets? Learn about big data and find datasets to help build your knowledge of data science and machine learning at R-ALGO Engineering Big Data.
This R tutorial determines SMS text messages as HAM or SPAM via the Naive Bayes algorithm. The purpose of this report is to review SMS data and confirm what is actually ham and what is classified as spam. In order to complete the report, the Naive Bayes algorithm will be…
In this R tutorial, we will be using the highway mpg dataset. In this R tutorial, we will use a variety of scatterplots and histograms to visualize the data. Scatterplots will be used to create points between cyl vs. hwy and cyl vs. cty. Once these are created, we can…
In this R tutorial, we will learn some basic functions with the used car’s data set. Within this dataset, we will learn how the mileage of a car plays into the final price of a used car with data analysis. Install and Load Packages Below are the packages and libraries…
Below is a list of free datasets that you can use for data analysis with a range of algorithms in data science. Dataset Description CSV File Used Cars Dataset usedcars.csv Highway MPG Dataset highway_mpg.csv MS SPAM Dataset sms_spam.csv Credit Dataset credit.csv Global Earthquake Dataset earthquake_all.csv Global Earthquake Locations All Dataset…
- 1
- 2