Felipe Adachi

Results 15 issues of Felipe Adachi

## Description Datasets Module: - implementation - tests - documentation - example ## Changes - Imperative commit or change title (commit ID) - Add some bullet points to explain the...

## Description ![image](https://user-images.githubusercontent.com/29715545/186735205-aa5d6312-3c42-4c4d-a00d-87268056eb80.png) - System info - Operating system and version: - Browser and version: - Steps to reproduce: - Step - Next step ## Suggestions ## Related Relates to...

bug

## Description Going here: https://whylogs.readthedocs.io/en/v0.7.9/getting_started.html and clicking on any of the links to examples,returns a 'Does not exist'.

documentation
maintenance

## Description In addition to profiles, writers can write other objects, such as reports. For this reason, the `file` parameter is preferred over `profile` with writers. All the examples that...

maintenance

minor typos in the documentation ## Description This repository needs The commits in this pull request will ## Changes - Imperative commit or change title (commit ID) - Add some...

## Description While releasing whylogs 1.3.21, an error with bumpversion was hit: https://github.com/whylabs/whylogs/actions/runs/7547519737/job/20547658510#step:7:65 More investigation is required to discover the root cause - [x] I have reviewed the [Guidelines for...

## Description Currently, our tests and examples support binary and integer relevances, but further inspection needs to be made to check if we support continuous (floats) relevance as the target...

## Description Currently, Ranking metrics don't support segments. We need to investigate why this isn't the case and, if possible, support it. One reason (but possibly not the only reason)...

After [this pr](https://github.com/whylabs/langkit/pull/233), models are lazily initialized when the first prediction occurs. That leads to the cached artifacts being retrieved for every prediction, which adds latency. Also, this means that...

With the changes on [this PR](https://github.com/whylabs/langkit/pull/233), local models are supported for the default model (martin-ha's toxic comment model), but are not supported for any of the detoxify's models. It would...