They are crashing the servers. We are working on a solution
Thanks
They are crashing the servers. We are working on a solution
Thanks
Should be ok to use now. Using imported stock factors in features is still a problem, but it won't crash the server. It will just give an error
I cannot find how to do this. Does it work now? Thanks
To use an AI Factor in a ranking system (or screen, etc) you create a stock formula rule in your ranking system and add the AIFactor() function. It takes 2 parameters which are the AI Factor name and the predictor name both in quotes.
An example from one of mine: AIFactor("SmallCaps_Rank_Kfold", "Extra trees II")
You can also use the ids from the aifactor and/or the predictor like this AIFactor(1443, 6839).
On the Predictors page, there is a button next to the name of each predictor that looks like a clipboard. Click that button and the AIFactor() rule will be in the clipboard so it can be pasted into ranking system rule, etc.
Thank you Dan!