Eric Leonardo Cunha
Eric Leonardo Cunha
I'm experiencing the same "syntax error" when clicking to "Reindex All Posts". Connection is OK. The first time ran ok. But I changed Integration to "Search Only" (Full Integration caused...
No, this plugin is not being maintained... Now I'm using another great plugin: **ElasticPress**. I'm very happy.. it's free and works perfectly for me. [https://github.com/10up/ElasticPress](https://github.com/10up/ElasticPress) After you install it, go...
Maybe it's much easier (and even faster performance) by implementing **Numba** in the code. @laszukdawid @nescirem See: https://numba.pydata.org/numba-doc/latest/user/5minguide.html https://stackoverflow.com/questions/53170786/why-is-cython-so-much-slower-than-numba-when-iterating-over-numpy-arrays https://jakevdp.github.io/blog/2013/06/15/numba-vs-cython-take-2/
Please, look if this solves your question: https://github.com/chickenbestlover/Online-Recurrent-Extreme-Learning-Machine/issues/3#issuecomment-473770958 > In the concept of online learning, we don't need to divide the dataset into test and train. Given a pair of...
I also want to know why it is required that original training data must be present on test data (out of sample test). This way, how it could be used...
Please, how to predict TimeSeriesForecaster on out of sample test without including original training samples to it? @haifeng-jin
Ok.. I got to make it work on test data.. Must export the trained model. Then, load the exported model and predict on test data with it. We can evaluate...
Please, how can I make my Wordpress to upload media files to my Storage bucket? I tried putting bucket URL on database **wp_options > upload_url_path** and allowed read/write permission to...
@tmatsuo I tried it, but don't want it functioning when loading pages as read redirect. Would like to use it only when uploading. Putting direct bucket URL on **wp_options >...
@elharo Please, can you tell me how did you make Wordpress to upload media files to Storage bucket? I just put Storage bucket URL on **wp_options > upload_url_path** database but...