Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Home
Help
Search
Login
Register
Rapid-I
Rapid-I Forum
»
RapidMiner
»
Problems and Support
»
[ANSWERED]: use local random seed in XValidation operator
Pages: [
1
]
« previous
next »
Print
Author
Topic: [ANSWERED]: use local random seed in XValidation operator (Read 146 times)
jaysonpryde
Newbie
Posts: 20
[ANSWERED]: use local random seed in XValidation operator
«
on:
February 10, 2012, 01:51:08 PM »
Hi,
I will just ask what's the "use local random seed" and "local random seed" parameters of XValidation (and other operators) for?
Specifically, what's their effect on the result of validation? Are they just used for the randomness of the data splitting/sampling
in validation?
Thank you!
«
Last Edit: February 10, 2012, 02:50:52 PM by jaysonpryde
»
Logged
Marius
Global Moderator
Sr. Member
Posts: 370
Re: use local random seed in XValidation operator
«
Reply #1 on:
February 10, 2012, 02:25:53 PM »
Hi,
RapidMiner by default uses a pseudo random number generator (rng) to provide random numbers to any operators which need random numbers. The sequence of random numbers is identical for each process run, if and only if the so-called
seed
of the RNG is the same.
By default, RapidMiner uses a fixed seed per process, that means, that if you run a process twice you will get the same results, even if your operators use randomness (like the X-Validation does for splitting).
You can override the process-global seed per operator, and that is done by the parameters "use local random seed" and "local random seed". Thus, if you change the local seed of the X-Validation, it chooses different splitting points, and the performance values will differ (usually not much, though). Usually, there is not need to touch the local seed parameter; otherwise you run into the danger of "optimizing" and "tweaking" your process by using different numbers.
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)
jaysonpryde
Newbie
Posts: 20
Re: use local random seed in XValidation operator
«
Reply #2 on:
February 10, 2012, 02:50:09 PM »
Thanks a lot for the reply Marius
«
Last Edit: February 10, 2012, 02:52:49 PM by jaysonpryde
»
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...