Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Home
Help
Search
Login
Register
Rapid-I
Rapid-I Forum
»
RapidMiner
»
Getting Started
»
[SOLVED] Weights in a weka random forest model
Pages: [
1
]
« previous
next »
Print
Author
Topic: [SOLVED] Weights in a weka random forest model (Read 279 times)
misanthropic789
Newbie
Posts: 8
[SOLVED] Weights in a weka random forest model
«
on:
January 13, 2012, 05:57:54 PM »
First off, apologies if any of this sounds ignorant. I'd appreciate any insight, as I am making the transition from working with SPSS doing logistic regression prediction models to exploring other types of models in rapidminer.
In a logistic regression model you are given the coefficients, which can be used to approximate the importance of each element in the model. You can use them to tell whether, for example, predictor A is 3x as important as predictor B. My management has gotten used to seeing that type of information.
I am now working with rapidminer and have hit upon a weka random forest model that is substantially better at predicting (per 10-fold x-validation testing) than my original logistic regression model. However my management is asking for some comparable indicator of comparative importance. Can anyone suggest an appropriate way to get that type of information? What objects? What should I be looking for?
Rebecca
«
Last Edit: January 17, 2012, 06:53:45 PM by misanthropic789
»
Logged
Marius
Global Moderator
Sr. Member
Posts: 370
Re: Weights in a weka random forest model
«
Reply #1 on:
January 16, 2012, 11:43:04 AM »
Hi Rebecca,
a big disantvantage of Random Forests is infact that it does not create an easily interpretable model (with respect to information about the data). It basically creates a number of decision trees on different random subsets of the input data. On application it applies all trees and returns the result of a majority vote of all trees. Thus is it de-facto impossible to learn anything from the model, even if it often produces good prediction results.
Best, Marius
Logged
Please add [SOLVED] to the topic title when your problem has been solved! (do so by editing the first post in the thread and modifying the title)
misanthropic789
Newbie
Posts: 8
Re: [SOLVED] Weights in a weka random forest model
«
Reply #2 on:
January 17, 2012, 06:55:12 PM »
Thanks for getting back to me Marius.
My current plan is to include a Weight by Information Gain step in the run to get some comparative information for that purpose, even if it isn't quite the same as the final model. That should satisfy management while still giving me a chance to use the best model for my project.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Community
-----------------------------
=> News and Updates
=> Data Mining
=> Chit Chat
-----------------------------
RapidMiner
-----------------------------
=> Getting Started
=> Data Mining / ETL / BI Processes
=> Problems and Support
=> Feature Requests
=> Development
-----------------------------
RapidAnalytics
-----------------------------
=> Getting Started
=> Applications and Integration
-----------------------------
RapidNet
-----------------------------
=> Getting Started
=> Problems and Support
Loading...