SPORF icon indicating copy to clipboard operation
SPORF copied to clipboard

Implement rescaling the data at every node

Open tyler-tomita opened this issue 7 years ago • 2 comments

tyler-tomita avatar Jun 12 '18 19:06 tyler-tomita

i think between 0 and 1, rather than mean 0 and standard deviation 1, but i don't have a particularly compelling case for this belief

jovo avatar Jun 16 '18 16:06 jovo

Currently working on adding the functionality to the BuildTree function with an if statement to do scaling or not. This also means updating the RerF function with parameter updates.

Also the Predict function needs to know that if scaling was done to implement that on the new data.

The testing portion of this task will be moved to another issue.

MrAE avatar Jan 03 '19 17:01 MrAE