datarobot-user-models icon indicating copy to clipboard operation
datarobot-user-models copied to clipboard

User's custom models boilerplate

Results 94 datarobot-user-models issues
Sort by recently updated
recently updated
newest added

Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.38.0. Release notes Sourced from transformers's releases. v4.38: Gemma, Depth Anything, Stable LM; Static Cache, HF Quantizer, AQLM New model additions 💎 Gemma 💎 Gemma...

Ready for Review
dependencies
python

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.335 to 0.1.0. Release notes Sourced from langchain's releases. v0.1.0 What's Changed docs: contributor faq by @​efriis in langchain-ai/langchain#15502 templates: fix deps by @​efriis in langchain-ai/langchain#15439 infra:...

Ready for Review
dependencies
python

# This repository is public. Do not put here any private DataRobot or customer's data: code, datasets, model artifacts, .etc. ## Summary ## Rationale

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.2 to 1.0.1. Release notes Sourced from scikit-learn's releases. scikit-learn 1.0.1 We're happy to announce the 1.0.1 release with several bugfixes: You can see the changelog here:...

Ready for Review
dependencies
python

The ONNX prediction function attempts to cast all input columns as `np.float32` making it not compatible for string and categorical features. Within `ONNXPredictor.predict`, we can see the conversion (I've added...

**What:** Within the [model adapter](https://github.com/datarobot/datarobot-user-models/blob/da5cefec0a5efe9b2966572ee34966e291bf06e0/custom_model_runner/datarobot_drum/drum/model_adapter.py), DRUM asserts that there can be only one `custom.py` file within the code folder. Here is the snippet at line 139: ``` def load_custom_hooks(self): custom_file_paths...

Running `!drum push --code-dir ./custom_model` for my [Mission 3 assignment](https://github.com/datarobot/data-science-scripts/tree/master/Certifications/BYOC/Mission_3) errors out 2022-01-26 14:28:58,717 WARNING drum: Looks like there is a problem. To get more output information try to run...

It says `The path xx is not a directory!` as it breaks on the space. Does not seem to be a problem for `--input` or `--code_dir`, for some reason.

## Summary Modify the DRUM code so that moderation library could wrap the `chat` interface of the DRUM Also, added unit tests # This repository is public. Do not put...

Needs Review: Core Modeling
Needs Review: Custom Models
Needs Review: Tracking-Agent
Ready for Review

# This repository is public. Do not put here any private DataRobot or customer's data: code, datasets, model artifacts, .etc. ## Summary Allow enable flask process via command line option...

Needs Review: Custom Models
00 - Ready for Review