Théomé B.

Results 6 issues of Théomé B.

### Steps to reproduce 1. `pip install pylint 2.4` --> this will now install `astroid==2.7.3` as a dependency 2. Launch `pylint -E test.py` on the following snippet: ```python import pandas...

Bug 🪳

The main idea (to be confirmed though) is to have for the user the following process: - The user adds raw data files such as (csv + npy for embeddings...

enhancement

In order to be able to load our data with `to_npy_array` in memory

enhancement

We should clarify the structure of the `description.md` file for a dataset. Given the structure, we would have different functions (i.e. `display_description()`, `display_summary`, etc..) that would display different parts of...

enhancement

Configuration file to define the `dataset` and `embeddings` files as well the inputs/targets variable names (add them as attributes). - Also add an attribute when there is only one input...