Hugo Perrier

Results 6 issues of Hugo Perrier

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python
needs triage

**Description of Problem**: ``` melusine/base.py:238: in transform logger.debug(f"Running transform for {type(self).__name__} ({method.__name__})") ``` If the __name__ attribute is absent, the transform method execution fails. This may happens for mocked methods....

### PyPI Username `qmaif` ### Reason for request Lost access to email address I would like the ownership of the MAIF/melusine project to be transferred to `smaif` who is the...

status: awaiting response
account-recovery

**Description of Problem**: A common error consists in using ``` from melusine import config config.reset("path/to/config") ``` instead of : ``` from melusine import config config.reset(config_path="path/to/config") ``` **Overview of the Solution**:...

Loading a pipeline and displaying it results in an error. `AttributeError: 'RefinedTagger' object has no attribute 'tag_key'`

### Is your feature request related to a problem? Please describe When the RulesEngine.apply_rules method is ran, if the rule_set argument is missing, A KeyError is raised with the message...

question