Léonard Binet

Results 13 issues of Léonard Binet

In my case, `es_info` method output readability is not optimal: - tabulation breaks if screen width is too small (screenshot below), a possibility might be return an object declaring a...

IMO it would make more sense that the `show` method returns `self._reader` value, and that user then choose what to do with it (ie print to stdout, write in a...

https://github.com/caesar0301/treelib/issues/85

enhancement

IMO we should keep only `__contains__` method

good first issue

I am currently limited by how a `tree` is represented in `show` method. Currently, the `__print_backend` method displays a node based on his `tag` or a `data_property`. In my case,...

enhancement

The README is currently quite minimalist, we could update it to give a better understanding at first sight.

documentation

It would be easier to use and contribute to this library with a changelog, this could be a good example: https://keepachangelog.com/en/1.0.0/

documentation

I couldn't understand in which cases the `node` `expanded` attribute had utility. In most case (`to_dict` serialization, `__print_backend`) couldn't it be simply replaced by the usage of `filter` functions?

question

#### Reference Issues/PRs Fixes #14860 Fixes #18611 Closes #23569 #### What does this implement/fix? Explain your changes. This fixes the "sklearn.utils.multiclass.type_of_target" function for sparse matrices.

Waiting for Reviewer
module:utils

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature