Antoine Guillaume

Results 28 issues of Antoine Guillaume

#### Reference Issues/PRs Part of #1243 #### What does this implement/fix? Explain your changes. As described in #1243, this is a first PR that implement base classes for query search...

maintenance
examples
similarity search

### Describe the issue linked to the documentation We would like to add the functionality to search and/or sort the estimator overview table added in PR #1426. Ideally, the results...

documentation

### Describe the issue linked to the documentation Following #1242 and #1426, we would like to add the estimator capabilities in the API documentation. While an automatic way to do...

documentation

### Describe the issue As new base classes were introduced by #996 , we should update the similarity search module to use these classes. We are still in the context...

API design
maintenance
similarity search

This will avoid having to maintain code ourselves. Interactions between octave and python can be done using json-read, which is already bundled in niak.

### Describe the issue After the introduction of the GPU version of ROCKET in #1199, we need new test in order to make sure the CPU and GPU version of...

good first issue
transformations
maintenance

### Describe the feature or idea you want to propose Other modules are increasingly using type hints in the function declaration, the similarity search module should do the same. ###...

documentation
good first issue
similarity search

### Describe the issue Other modules are increasingly using type hints in the function declaration, the shapelet-based tranformation module should do the same. ### Suggest a potential alternative/fix Add type...

documentation
good first issue
transformations

### Describe the feature or idea you want to propose Following #1243, we introduced query search, which was defined as : - Query search : Given a query Q and...

enhancement
implementing algorithms
similarity search

### Describe the issue linked to the documentation After the recent deprecation of parts of the transformation module, the transformation notebook example was removed in #1833. ### Suggest a potential...

documentation
transformations
examples