Peter Hausamann

Results 20 issues of Peter Hausamann

For easier usage, the package should replicate all sklearn estimators in their respective modules by decorating them with a generalized `EstimatorWrapper`. Users could then use all sklearn estimators just by...

enhancement
help wanted

The callable `function` should be allowed to change the shape of the data. For this to work, we need a `reshapes` syntax similar to the estimator wrappers.

enhancement
help wanted

The `coord` parameter of the `Target` constructor should accept a list of coordinates, not just a single coordinate as well as some way of specifying a rule how to combine...

enhancement
help wanted

Indices of retained features can be obtained by calling `SelectorMixin.get_support()`.

enhancement

### Description I've run into an issue with ``logging_redirect_tqdm`` when the stream handler log level differs from the root logger level. In my use case, I want to log to...

p3-enhancement 🔥
p2-bug-warning âš 

Hi, first of all a big thank you for creating this versatile framework! I'm wondering whether it's possible to publish a ROS topic with all vertices and the associated timestamps...

answered

Request for project inclusion in scikit-learn-contrib * Project name: sklearn-xarray * Project description: [xarray](http://xarray.pydata.org/en/stable/) compatibility wrappers for sklearn * Authors: Peter Hausamann * Current repository: https://github.com/phausamann/sklearn-xarray * Requirements: * [x]...

Is there a TF display widget similar to the one in RViz that visualizes all broadcasted reference frames? From the code it seems like `TFClient` does not have any display...

### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) ### Steps to Reproduce 1....

bug

`from keras_tqdm import TQDMCallback` `from copy import deepcopy` `deepcopy(TQDMCallback())` doesn't work because `stderr` can't be pickled. A quick fix is to set `output_file=None`. Maybe this should be the default?