Preston Parry

Results 71 comments of Preston Parry
trafficstars

No, it's not really. I'd hoped it would be, but I've been too excited by other projects, and there are now several other production-grade automl services out there, unlike when...

interesting. i don't think that i've yet tried that use case. i'll add this to the backlog. hopefully i can look into it tomorrow. i'll be honest with you, we've...

it's probably one of the parameters that's being passed in. we have some level of input verification, but not a ton, so it's possible some input's being passed in that...

Hi John! Thanks for filing this. keras or tensorflow (not sure which one) broke their api in a recent release. try `pip install keras==2.1.1`, and if that doesn't do it...

have a section for Get started totally from scratch! how to install python. how to update your compilers for lightgbm. how to install fastparquet to save to parquet format (with...

ah! i was debating whether it would be useful to let people pass in data like that or not. you're actually the first person to request it. for now, just...

crap, sorry i didn't get to this 'til now. you're totally right to run code first! this is just a blatant bug on my part that i haven't been able...

great question! i'd forgotten all about this part of the dataset. it's worth noting too that this is just a _scoring_ function, not an _objective_ function that is used by...

Possibly. When a model is saved, it's saved as a `.dill` file. `dill` is a drop-in replacement for `pickle`, and it seems possible to load `.pkl` files in other languages,...

- [x] remove tensorflow as a requirement. consider removing keras as a requirement as well? that might break things