rmminusrslash

Results 10 issues of rmminusrslash

the exercise solution for chapter nine, task 8 is still missing. Can you please provide it?

In a training pipelines, we sometimes get tripped by how to best handle and pass around the 5gazillion hyperparameters of data preparation and training. There are some libraries that focus...

I was wondering if it could be useful to open a section on production (serving, ml specific monitoring of the model and the data distributions)?

Hey, I wanted to run against a production dataset of small-mid size: 65 columns, 150K points in each dataframe. If I reduce the dataset to one feature, the report shows....

bug

I am getting an exception due to columns having the type object. After converting to type "category", the exception is gone. Expected behavior: - do conversion under the hood or...

bug

** problem** Sometimes there is a correlation of a feature being missing and the target, e.g. when the feature gets filled in later in the process or manually by a...

good first issue
ds

the dataFrame method "get_values" doesn't exist any more I downgraded pandas to '0.25.0' to make it work. the current [setup.py](https://github.com/facultyai/lens/blob/master/setup.py) requires pandas but doesn't specify a version.

Hey, according to the [docs](https://loguru.readthedocs.io/en/stable/api/logger.html) I was expecting the default logger to write to stderr: > you can use the [Logger](https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger) right after import as it comes pre-configured (logs are...

question

#### Reference Issues/PRs Example: Fixes #1597 #### What does this implement/fix? Explain your changes. - adds check if missing values are correlated with label #### Any other comments? Open Todos:...

feature
tabular

Hey, great initiative to track local llms! Would you be open to talking about how the scores are created? - I created some gpt-4 scores in a project in the...