Ramji Chandrasekaran
Ramji Chandrasekaran
The n_iterations argument for Hyperband seems to correspond to number of brackets as mentioned in the original paper. Is this correct? If so, why isn't the default value for n_iterations...
In addition to `test_name` and `description`, a unique test identifier is often assigned to quickly identify different test cases. To enable this, I have added a new optional `test_id` keyword...
Summary of changes: 1. refactored singularize() function in utils.py to make use of SnowballStemmer to convert plural words to singular form 2. fixed the smartJoin() function to use regex for...