Mohamed Taher Alrefaie
Mohamed Taher Alrefaie
So `evolutionary_search` library did not pass their test cases. On `cv.EvolutionaryAlgorithmSearchCV` class, it extends `sklearn.model_selection._search.BaseSearchCV` which requires `_run_search` method to be implemented. This method is not implemented on the library...
According to `awesome` guidelines, inactive libraries need to be removed from the awesome list. Some work is needed to go through the list and remove some of the inactive libraries.
Seems like Hoek is a dependency on the project that may require an immediate update. On my end, the project uses hoek 2.0.6 which has a security vulnerability. I got...
Forgive the title, it sounds like title of a spam email :) http://timeseriesclassification.com/ has a nice board comparing time series classification [algorithms](http://timeseriesclassification.com/algorithm.php). Why don't we see WEASEL in there?
Hi Patrick: Great effort has been put into this library later. Such a great work. Do you have any plans for a v0.1 version release? We should also aim at...
In tests cases, no assertions are used. Only printing is insufficient to prove the test case is working properly. A good example on using assertion is [here](https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-test/src/test/java/org/janusgraph/util/LongEncodingTest.java). Have a look...
Autocomplete provider for strings file with extension `source.strings` links to `objective-c` package in this [wiki](https://github.com/atom/autocomplete-plus/wiki/Autocomplete-Providers) page.
Great work. I'm wondering if GPT-2 model is in your list of models to be added here? Otherwise, a tutorial on adding more models will be appreciated.