Karla Saur
Karla Saur
broken link in documentation
In our setup.py file, we say we are using markdown: ``` - description="Convert trained traditional machine learning models into tensor computations", - long_description=long_description, - long_description_content_type="text/markdown", ``` Pypi was not loving...
XGB 2.0.0 was [released](https://github.com/dmlc/xgboost/releases/tag/v2.0.0) last week (Sept 12, 2023). This causes 19 tests to [fail](https://github.com/microsoft/hummingbird/actions/runs/6202924126/job/16842625679). Many errors are related to NDCG ("NDCG is now the default objective function.")
We thought that TVM was causing Ubuntu out-of-memory errors, so we skipped all the TVM tests in Ubuntu (#709). But now, I am seeing additional coredumps in Ubuntu runs that...
With the [restructuring of the pipeline](https://github.com/microsoft/hummingbird/pull/753) due to the [access token permission change](https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/), we're getting some [quiet error](https://github.com/microsoft/hummingbird/actions/runs/7907700286/job/21587029533#step:4:188) and even though the pipeline is green, the docs aren't deploying (last...
For https://github.com/microsoft/hummingbird/issues/727
Working on #684 Prototype for ints works, simple strings work todo: Some problem with the user issue example. todo: More impl/testing for strings. in progress
we could just link directly to https://github.com/facebook/prophet/blob/main/examples/example_wp_log_peyton_manning.csv in cell 2.
### Describe the issue With the release of 0.18.0, we are having issues with the `Transpose` op: ``` > sess = C.InferenceSession(session_options, self._model_bytes, False, self._read_config_from_model) E onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1...