Librarian View
Last updated in SearchWorks on November 25, 2023 10:42am
LEADER 07530cam a2200649Ia 4500
001
a14250277
003
SIRSI
006
m o d
007
cr mnu||||||||
008
100405s2010 sz a ob 000 0 eng d
035
a| (Sirsi) a14250277
040
a| UMC
b| eng
e| pn
c| UMC
d| WAU
d| UV0
d| UWO
d| CEF
d| OCLCQ
d| EBLCP
d| E7B
d| YDXCP
d| N$T
d| OCLCQ
d| UMI
d| DEBSZ
d| OCLCQ
d| COO
d| MHW
d| OCLCQ
d| RIU
d| OCLCF
d| NJT
d| OCLCQ
d| WYU
d| YOU
d| TKN
d| OL$
d| OCLCQ
d| LEAUB
d| UKAHL
d| OCLCO
d| GW5XE
d| CSt
020
a| 9781608452859
q| (electronic bk.)
020
a| 1608452859
q| (electronic bk.)
020
z| 9781608452842
q| (pbk.)
020
z| 1608452840
q| (pbk.)
020
a| 9783031018992
q| (electronic bk.)
020
a| 3031018990
q| (electronic bk.)
024
7
a| 10.2200/S00240ED1V01Y200912DMK002
2| doi
024
7
a| 10.1007/978-3-031-01899-2
2| doi
035
a| (OCoLC)599854566
z| (OCoLC)785733969
z| (OCoLC)785779024
z| (OCoLC)829406023
z| (OCoLC)987450352
z| (OCoLC)1027318494
z| (OCoLC)1044271094
z| (OCoLC)1086464009
037
a| CL0500000198
b| Safari Books Online
050
4
a| QA76.9.D343
b| S46 2010
072
7
a| COM
x| 005030
2| bisacsh
072
7
a| COM
x| 004000
2| bisacsh
082
0
4
a| 006.3
2| 22
049
a| MAIN
100
1
a| Seni, Giovanni.
245
1
0
a| Ensemble methods in data mining :
b| improving accuracy through combining predictions /
c| Giovanni Seni, John F. Elder.
260
a| Cham, Switzerland :
b| Springer,
c| ©2010.
300
a| 1 online resource (xvi, 108 pages) :
b| illustrations
336
a| text
b| txt
2| rdacontent
337
a| computer
b| c
2| rdamedia
338
a| online resource
b| cr
2| rdacarrier
490
1
a| Synthesis lectures on data mining and knowledge discovery,
x| 2151-0075 ;
v| #2
504
a| Includes bibliographical references (pages 101-105).
505
0
a| 1. Ensembles discovered -- Building ensembles -- Regularization -- Real-world examples: credit scoring + the Netflix challenge -- Organization of this book.
520
3
a| Ensemble methods have been called the most influential development in Data Mining and Machine Learning in the past decade. They combine multiple models into one usually more accurate than the best of its components. Ensembles can provide a critical boost to industrial challenges - from investment timing to drug discovery, and fraud detection to recommendation systems - where predictive accuracy is more vital than model interpretability. Ensembles are useful with all modeling algorithms, but this book focuses on decision trees to explain them most clearly. After describing trees and their strengths and weaknesses, the authors provide an overview of regularization - today understood to be a key reason for the superior performance of modern ensembling algorithms. The book continues with a clear description of two recent developments: Importance Sampling (IS) and Rule Ensembles (RE). IS reveals classic ensemble methods - bagging, random forests, and boosting - to be special cases of a single algorithm, thereby showing how to improve their accuracy and speed. REs are linear rule models derived from decision tree ensembles. They are the most interpretable version of ensembles, which is essential to applications such as credit scoring and fault diagnosis. Lastly, the authors explain the paradox of how ensembles achieve greater accuracy on new data despite their (apparently much greater) complexity. This book is aimed at novice and advanced analytic researchers and practitioners - especially in Engineering, Statistics, and Computer Science. Those with little exposure to ensembles will learn why and how to employ this breakthrough method, and advanced practitioners will gain insight into building even more powerful models. Throughout, snippets of code in R are provided to illustrate the algorithms described and to encourage the reader to try the techniques.
650
0
a| Data mining
x| Mathematical models.
650
0
a| Set theory.
650
6
a| Exploration de données (Informatique)
x| Modèles mathématiques.
650
6
a| Théorie des ensembles.
650
7
a| COMPUTERS
x| Enterprise Applications
x| Business Intelligence Tools.
2| bisacsh
650
7
a| COMPUTERS
x| Intelligence (AI) & Semantics.
2| bisacsh
650
7
a| Set theory.
2| fast
0| (OCoLC)fst01113587
700
1
a| Elder, John F.
q| (John Fletcher)
776
0
8
i| Print version:
a| Seni, Giovanni.
t| Ensemble methods in data mining.
d| [San Rafael, Calif.] : Morgan & Claypool Publishers, ©2010
z| 9781608452842
w| (OCoLC)500783957
830
0
a| Synthesis lectures on data mining and knowledge discovery ;
v| #2.
856
4
0
z| Available to Stanford-affiliated users.
u| https://link.springer.com/10.1007/978-3-031-01899-2
x| WMS
y| SpringerLink
x| Provider: Springer
x| purchased
x| eLoaderURL
x| sp4
x| spocn599854566
994
a| 92
b| STF
905
0
a| Ensembles Discovered Predictive Learning and Decision Trees Model Complexity, Model Selection and Regularization Importance Sampling and the Classic Ensemble Methods Rule Ensembles and Interpretation Statistics Ensemble Complexity.
1| Nielsen
x| 9781608452842
x| 20220711
920
b| Ensemble methods have been called the most influential development in Data Mining and Machine Learning in the past decade. They combine multiple models into one usually more accurate than the best of its components. Ensembles can provide a critical boost to industrial challenges - from investment timing to drug discovery, and fraud detection to recommendation systems - where predictive accuracy is more vital than model interpretability. Ensembles are useful with all modeling algorithms, but this book focuses on decision trees to explain them most clearly. After describing trees and their strengths and weaknesses, the authors provide an overview of regularization - today understood to be a key reason for the superior performance of modern ensembling algorithms. The book continues with a clear description of two recent developments: Importance Sampling (IS) and Rule Ensembles (RE). IS reveals classic ensemble methods - bagging, random forests, and boosting - to be special cases of a single algorithm, thereby showing how to improve their accuracy and speed. REs are linear rule models derived from decision tree ensembles. They are the most interpretable version of ensembles, which is essential to applications such as credit scoring and fault diagnosis. Lastly, the authors explain the paradox of how ensembles achieve greater accuracy on new data despite their (apparently much greater) complexity. This book is aimed at novice and advanced analytic researchers and practitioners -- especially in Engineering, Statistics, and Computer Science. Those with little exposure to ensembles will learn why and how to employ this breakthrough method, and advanced practitioners will gain insight into building even more powerful models. Throughout, snippets of code in R are provided to illustrate the algorithms described and to encourage the reader to try the techniques. The authors are industry experts in data mining and machine learning who are also adjunct professors and popular speakers. Although early pioneers in discovering and using ensembles, they here distill and clarify the recent groundbreaking work of leading academics (such as Jerome Friedman) to bring the benefits of ensembles to practitioners.
1| Nielsen
x| 9781608452842
x| 20220711
596
a| 22
035
a| (Sirsi) spocn599854566
999
f
f
i| c8bd4dae-e45f-5b17-bcd3-c4dec8506c12
s| a7b7b5a8-b7e2-553a-b938-7d2bd784e343
Holdings JSON
{ "holdings": [ { "id": "8321ea3f-43dd-506a-aee9-c6efeea7800d", "hrid": "ah14250277_1", "notes": [ ], "_version": 1, "metadata": { "createdDate": "2023-08-21T21:26:31.279Z", "updatedDate": "2023-08-21T21:26:31.279Z", "createdByUserId": "58d0aaf6-dcda-4d5e-92da-012e6b7dd766", "updatedByUserId": "58d0aaf6-dcda-4d5e-92da-012e6b7dd766" }, "sourceId": "f32d531e-df79-46b3-8932-cdd35f7a2264", "boundWith": null, "formerIds": [ ], "illPolicy": null, "instanceId": "c8bd4dae-e45f-5b17-bcd3-c4dec8506c12", "holdingsType": { "id": "996f93e2-5b5e-4cf2-9168-33ced1f95eed", "name": "Electronic", "source": "folio" }, "holdingsItems": [ ], "callNumberType": null, "holdingsTypeId": "996f93e2-5b5e-4cf2-9168-33ced1f95eed", "electronicAccess": [ ], "bareHoldingsItems": [ ], "holdingsStatements": [ ], "statisticalCodeIds": [ ], "administrativeNotes": [ ], "effectiveLocationId": "b0a1a8c3-cc9a-487c-a2ed-308fc3a49a91", "permanentLocationId": "b0a1a8c3-cc9a-487c-a2ed-308fc3a49a91", "suppressFromDiscovery": false, "holdingsStatementsForIndexes": [ ], "holdingsStatementsForSupplements": [ ], "location": { "effectiveLocation": { "id": "b0a1a8c3-cc9a-487c-a2ed-308fc3a49a91", "code": "SUL-ELECTRONIC", "name": "online resource", "campus": { "id": "c365047a-51f2-45ce-8601-e421ca3615c5", "code": "SUL", "name": "Stanford Libraries" }, "details": { }, "library": { "id": "c1a86906-ced0-46cb-8f5b-8cef542bdd00", "code": "SUL", "name": "SUL" }, "isActive": true, "institution": { "id": "8d433cdd-4e8f-4dc1-aa24-8a4ddb7dc929", "code": "SU", "name": "Stanford University" } }, "permanentLocation": { "id": "b0a1a8c3-cc9a-487c-a2ed-308fc3a49a91", "code": "SUL-ELECTRONIC", "name": "online resource", "campus": { "id": "c365047a-51f2-45ce-8601-e421ca3615c5", "code": "SUL", "name": "Stanford Libraries" }, "details": { }, "library": { "id": "c1a86906-ced0-46cb-8f5b-8cef542bdd00", "code": "SUL", "name": "SUL" }, "isActive": true, "institution": { "id": "8d433cdd-4e8f-4dc1-aa24-8a4ddb7dc929", "code": "SU", "name": "Stanford University" } } } } ], "items": [ ] }
FOLIO JSON
{ "pieces": [ null ], "instance": { "id": "c8bd4dae-e45f-5b17-bcd3-c4dec8506c12", "hrid": "a14250277", "notes": [ { "note": "Includes bibliographical references (pages 101-105)", "staffOnly": false, "instanceNoteTypeId": "86b6e817-e1bc-42fb-bab0-70e7547de6c1" }, { "note": "1. Ensembles discovered -- Building ensembles -- Regularization -- Real-world examples: credit scoring + the Netflix challenge -- Organization of this book", "staffOnly": false, "instanceNoteTypeId": "5ba8e385-0e27-462e-a571-ffa1fa34ea54" }, { "note": "Ensemble methods have been called the most influential development in Data Mining and Machine Learning in the past decade. They combine multiple models into one usually more accurate than the best of its components. Ensembles can provide a critical boost to industrial challenges - from investment timing to drug discovery, and fraud detection to recommendation systems - where predictive accuracy is more vital than model interpretability. Ensembles are useful with all modeling algorithms, but this book focuses on decision trees to explain them most clearly. After describing trees and their strengths and weaknesses, the authors provide an overview of regularization - today understood to be a key reason for the superior performance of modern ensembling algorithms. The book continues with a clear description of two recent developments: Importance Sampling (IS) and Rule Ensembles (RE). IS reveals classic ensemble methods - bagging, random forests, and boosting - to be special cases of a single algorithm, thereby showing how to improve their accuracy and speed. REs are linear rule models derived from decision tree ensembles. They are the most interpretable version of ensembles, which is essential to applications such as credit scoring and fault diagnosis. Lastly, the authors explain the paradox of how ensembles achieve greater accuracy on new data despite their (apparently much greater) complexity. This book is aimed at novice and advanced analytic researchers and practitioners - especially in Engineering, Statistics, and Computer Science. Those with little exposure to ensembles will learn why and how to employ this breakthrough method, and advanced practitioners will gain insight into building even more powerful models. Throughout, snippets of code in R are provided to illustrate the algorithms described and to encourage the reader to try the techniques", "staffOnly": false, "instanceNoteTypeId": "10e2e11b-450f-45c8-b09b-0f819999966e" } ], "title": "Ensemble methods in data mining : improving accuracy through combining predictions / Giovanni Seni, John F. Elder.", "series": [ "Synthesis lectures on data mining and knowledge discovery, 2151-0075 ; #2", "Synthesis lectures on data mining and knowledge discovery ; #2" ], "source": "MARC", "_version": 1, "editions": [ ], "metadata": { "createdDate": "2023-08-21T21:22:27.688Z", "updatedDate": "2023-08-21T21:22:27.688Z", "createdByUserId": "58d0aaf6-dcda-4d5e-92da-012e6b7dd766", "updatedByUserId": "58d0aaf6-dcda-4d5e-92da-012e6b7dd766" }, "statusId": "9634a5ab-9228-4703-baf2-4d12ebc77d56", "subjects": [ "Data mining Mathematical models", "Set theory", "Exploration de données (Informatique) Modèles mathématiques", "Théorie des ensembles", "COMPUTERS Enterprise Applications Business Intelligence Tools", "COMPUTERS Intelligence (AI) & Semantics" ], "languages": [ "eng" ], "indexTitle": "Ensemble methods in data mining : improving accuracy through combining predictions", "identifiers": [ { "value": "(Sirsi) a14250277", "identifierTypeId": "7e591197-f335-4afb-bc6d-a6d76ca3bace" }, { "value": "9781608452859 (electronic bk.)", "identifierTypeId": "8261054f-be78-422d-bd51-4ed9f33c3422" }, { "value": "1608452859 (electronic bk.)", "identifierTypeId": "8261054f-be78-422d-bd51-4ed9f33c3422" }, { "value": "9781608452842 (pbk.)", "identifierTypeId": "fcca2643-406a-482a-b760-7a7f8aec640e" }, { "value": "1608452840 (pbk.)", "identifierTypeId": "fcca2643-406a-482a-b760-7a7f8aec640e" }, { "value": "9783031018992 (electronic bk.)", "identifierTypeId": "8261054f-be78-422d-bd51-4ed9f33c3422" }, { "value": "3031018990 (electronic bk.)", "identifierTypeId": "8261054f-be78-422d-bd51-4ed9f33c3422" }, { "value": "10.2200/S00240ED1V01Y200912DMK002 doi", "identifierTypeId": "2e8b3b6c-0e7d-4e48-bca2-b0b23b376af5" }, { "value": "10.2200/S00240ED1V01Y200912DMK002", "identifierTypeId": "ebfd00b6-61d3-4d87-a6d8-810c941176d5" }, { "value": "10.2200/S00240ED1V01Y200912DMK002", "identifierTypeId": "1795ea23-6856-48a5-a772-f356e16a8a6c" }, { "value": "10.1007/978-3-031-01899-2 doi", "identifierTypeId": "2e8b3b6c-0e7d-4e48-bca2-b0b23b376af5" }, { "value": "10.1007/978-3-031-01899-2", "identifierTypeId": "ebfd00b6-61d3-4d87-a6d8-810c941176d5" }, { "value": "10.1007/978-3-031-01899-2", "identifierTypeId": "1795ea23-6856-48a5-a772-f356e16a8a6c" }, { "value": "(OCoLC)599854566", "identifierTypeId": "439bfbae-75bc-4f74-9fc7-b2a2d47ce3ef" }, { "value": "(OCoLC)785733969", "identifierTypeId": "fc4e3f2a-887a-46e5-8057-aeeb271a4e56" }, { "value": "(OCoLC)785779024", "identifierTypeId": "fc4e3f2a-887a-46e5-8057-aeeb271a4e56" }, { "value": "(OCoLC)829406023", "identifierTypeId": "fc4e3f2a-887a-46e5-8057-aeeb271a4e56" }, { "value": "(OCoLC)987450352", "identifierTypeId": "fc4e3f2a-887a-46e5-8057-aeeb271a4e56" }, { "value": "(OCoLC)1027318494", "identifierTypeId": "fc4e3f2a-887a-46e5-8057-aeeb271a4e56" }, { "value": "(OCoLC)1044271094", "identifierTypeId": "fc4e3f2a-887a-46e5-8057-aeeb271a4e56" }, { "value": "(OCoLC)1086464009", "identifierTypeId": "fc4e3f2a-887a-46e5-8057-aeeb271a4e56" }, { "value": "(Sirsi) spocn599854566", "identifierTypeId": "7e591197-f335-4afb-bc6d-a6d76ca3bace" } ], "publication": [ { "place": "Cham, Switzerland", "publisher": "Springer", "dateOfPublication": "©2010" } ], "contributors": [ { "name": "Seni, Giovanni", "primary": true, "contributorTypeId": "9f0a2cf0-7a9b-45a2-a403-f68d2850d07c", "contributorNameTypeId": "2b94c631-fca9-4892-a730-03ee529ffe2a" }, { "name": "Elder, John F. (John Fletcher)", "primary": false, "contributorTypeId": "9f0a2cf0-7a9b-45a2-a403-f68d2850d07c", "contributorNameTypeId": "2b94c631-fca9-4892-a730-03ee529ffe2a" } ], "catalogedDate": "2022-07-02", "staffSuppress": false, "instanceTypeId": "6312d172-f0cf-40f6-b27d-9fa8feaf332f", "previouslyHeld": false, "classifications": [ { "classificationNumber": "QA76.9.D343 S46 2010", "classificationTypeId": "ce176ace-a53e-4b4d-aa89-725ed7b2edac" }, { "classificationNumber": "006.3", "classificationTypeId": "42471af9-7d25-4f3a-bf78-60d29dcf463b" } ], "instanceFormats": [ ], "electronicAccess": [ { "uri": "https://link.springer.com/10.1007/978-3-031-01899-2", "name": "Resource", "linkText": "SpringerLink", "publicNote": "Available to Stanford-affiliated users", "relationshipId": "f5d0068e-6272-458e-8a81-b85e7b9a14aa" } ], "holdingsRecords2": [ ], "modeOfIssuanceId": "9d18a02f-5897-4c31-9106-c9abb5c7ae8b", "publicationRange": [ ], "statisticalCodes": [ ], "alternativeTitles": [ ], "discoverySuppress": false, "instanceFormatIds": [ "f5e8210f-7640-459b-a71f-552567f92369" ], "publicationPeriod": { "start": 2010 }, "statusUpdatedDate": "2023-08-21T21:22:26.994+0000", "statisticalCodeIds": [ ], "administrativeNotes": [ ], "physicalDescriptions": [ "1 online resource (xvi, 108 pages) : illustrations" ], "publicationFrequency": [ ], "suppressFromDiscovery": false, "natureOfContentTermIds": [ ] }, "holdingSummaries": [ { "poLineId": null, "orderType": null, "orderStatus": null, "poLineNumber": null, "orderSentDate": null, "orderCloseReason": null, "polReceiptStatus": null } ] }