Patrick Aselin

Results 20 comments of Patrick Aselin

Also, giving the composite option should help accelerate prediction times for cases like #28

Hi @topepo, I really appreciate your feedback and ideas here. Also thank you for allowing me to contribute! This is a much cleaner UI and I think I'll modify my...

Hi @ramongss! I'm assuming you're using pandas 2.2. I'm wondering if I need to test whether pandas has the attribute and use one or the other to be safe and...

Hi @zhihaojin, thanks for raising this! I was trying to figure out what would trigger this code in the predict method for a unit test anyways. Would you be able...

I just started looking into this and I'm not sure if I can reproduce it. I tried but using a constant multiplier to change the input dataset and using two...

Any idea at what number of rows it breaks (assuming you mean rows and not columns)? It would be good to verify and handle that in the code (like run...

Closing since this appears safe predicting under 10M rows and I can't go to a higher order of magnitude without running out of memory on my laptop in allocating the...

Hi Paul, what do you mean by that or what are you looking for? The rules are flat and there aren't tree-like hierarchies (or I haven't seen any myself) just...

You might want to take a look at the verbose output from the model though. It's more of a list of rules, not a tree/hierarchy. It's not doing if rule...

Been looking at this. It looks like for datasets with 5 or fewer samples, Cubist just returns the average of the target variable. It does appear that for models with...