ahallermed

Results 5 issues of ahallermed

### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu 20.04.4 - **Modin version** (`modin.__version__`): 0.15.2 - **Python version**: 3.8.10 ### Code we can use to...

bug 🦗
pandas concordance 🐼

**Describe the bug** In the file docs/source/guides/monitoring.rst the following passage is outdated, links don't work anymore and the api has changed. ------ **NOTE** Users can also create custom metrics for...

bug
documentation

# Problem ## How to reproduce ```bash pip install onnxmltools ``` ```bash pip uninstall onnxmltools ``` ### output Found existing installation: onnxmltools 1.11.1 Uninstalling onnxmltools-1.11.1: Would remove: ~/miniconda3/envs/myenv/lib/python3.8/site-packages/onnxmltools-1.11.1.dist-info/* ~/miniconda3/envs/myenv/lib/python3.8/site-packages/onnxmltools/* ~/miniconda3/envs/myenv/lib/python3.8/site-packages/tests/*...

# Describe the bug In [convert_keras](https://github.com/onnx/onnxmltools/blob/adc41eeb8ce69396970b7c79ba9a218d8a7e20bc/onnxmltools/convert/main.py#L43) Current code: ```python else: # For tensorflow>=2.0, new converter based on tf2onnx. import tf2onnx if not utils.tf2onnx_installed(): raise RuntimeError('tf2onnx is not installed. Please install...

Hello everyone, I would like to convert my XGBClassifier with the 'gblinear' booster to onnx. Currently, this only works if the booster is 'gbtree'. Because the gblinear doesn't use trees...