Luke Shulman

Results 4 issues of Luke Shulman

I reference these example notebooks a lot and find them to be a really helpful base from which I might compose a visualization. I thought adding a map might be...

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...