Confident Data Skills by Kirill Eremenko
Author:Kirill Eremenko
Language: eng
Format: epub
Publisher: Kogan Page Limited
Published: 2017-12-18T16:22:28+00:00
2 Fit the classifier to the training set Fitting our random forest classifier to the training set enables it to learn how to make future predictions for new data points. We can then compare these predictions against the actual results in our dataset in order to see how accurate the classifier is.
The random forest algorithm will randomly select N subsets from your dataset, where N is the number of trees you specified for the parameter in Step 1. These subsets can be overlapping; however, no two of them will be identical.
Once the subsets have been selected, each one will be used as an input dataset to build a unique classification tree. In this way, each classification tree only sees its own subset of the data and has no knowledge of the fact that the actual dataset is broader. This approach ensures variety in the generation of the trees – which is precisely where the ‘power of the crowd’ comes from in the random forest algorithm.
From this logic, to help the algorithm make more accurate predictions, we can simply add information to our dataset – the more data we have in our training set, the more accurate our algorithm’s forecast will be.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8331)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6976)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6961)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6845)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6630)
Driving Data Quality with Data Contracts by Andrew Jones(6588)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6321)
Learning SQL by Alan Beaulieu(6023)
Weapons of Math Destruction by Cathy O'Neil(5818)
Big Data Analysis with Python by Ivan Marin(5485)
Data Engineering with dbt by Roberto Zagni(4491)
Solidity Programming Essentials by Ritesh Modi(4146)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(4003)
Pandas Cookbook by Theodore Petrou(3711)
Blockchain Basics by Daniel Drescher(3322)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2925)
Feature Store for Machine Learning by Jayanth Kumar M J(2831)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2818)
Mastering Python for Finance by Unknown(2757)
