natekupp / ffx

Fast Function Extraction
http://trent.st/ffx
Other
80 stars 93 forks source link

Working with a large dataset #14

Closed keyvan-m-sadeghi closed 6 years ago

keyvan-m-sadeghi commented 10 years ago

Hi @jmmcd, etc.,

I'm hoping to get ffx working on a dataset with 10 million rows, 26 features.

I ran to a few issues which I summarised below:

Cheers, K

jmmcd commented 10 years ago

The relationship (for FFX) between runtime and number of rows is probably determined by the same relationship for ElasticNet.

For the others, do you see these errors with (say) a 100-row dataset? If so can you attach some minimal code?

For m3 etc is there any chance a "^" character is being stripped by your terminal or something like that?

jmmcd commented 6 years ago

Please re-open if you have a minimal working example so we can replicate.