Zach Deane-Mayer

Results 91 issues of Zach Deane-Mayer

Seeing as you're planning a future Julia wrapper, I thought I'd ask for an R one too, so I can try FALCONN instead of [RcppAnnoy](https://github.com/eddelbuettel/rcppannoy).

There's some data sources out there on number of tests by state/county— do you have any plans to try to organize some of this data too?

I think it might make sense to add this optimizer to the main keras repo!

Paper: http://104.155.136.4:3000/pdf?id=SyK00v5xx Blog post: http://www.offconvex.org/2016/02/14/word-embeddings-2/ Looks like an interesting idea

feature request

The pre-trained imagenet model is super useful. A model pre-trained on wikipedia (or another large text corpus) would be super useful too!

AnomalyDetectionTs should keep the timestamp column of the output dataset as-is, rather than converting to POSIXct and dropping the timezone attribute: ``` r library(AnomalyDetection) data(data_raw) data

[sklearn.preprocessing.OneHotEncoder](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html) has the option `sparse=True`, to return the output in a scipy.sparse matrix. This can be really useful if you have categories with high cardinality. Would it be possible to...

enhancement

Lots of testthat tests have warnings— need to fix them