Pete Mohanty

Results 16 comments of Pete Mohanty

Great! `kerasformula` does a lot of data cleaning on the user's behalf in `R` before handing off to `python`--clearly there is some issue with `3.5` and higher that I need...

@tlyim, fyi @vsoch had luck switching to `Python 2.7`. Will let you when the root of the bug is flushed out, thanks again for your help!

Thanks for your interest in kerasformula! Unfortunately, due to simple time in the day problems, I do not have immediate plans to put kerasformula back on CRAN. R has recently...

Thanks! Had thought of (1) but wasn't sure of a way that wouldn't be too cumbersome but this point is important so I will give it some more thought. Thanks...

Full reproducibility requires the user to disable GPU and CPU parallelism. `kms` 0.5.0 now lets you do that since seed accepts a list containing the relevant parameters. If you set...

Thanks for following up. I actually think it's sufficient. I just added a [post](https://github.com/rdrr1990/kerasformula/blob/master/examples/kms_replication.md) showing that I'm able to reproduce predictions for a continuous outcome identically. Here's the key code:...