getumen

Results 6 issues of getumen

nose build failed. ``` error in nose setup command: use_2to3 is invalid. ``` dependency: setuptools: 58.0.2 From setuptools v58.0.0, the `use_2to3` option is no longer sopported. https://github.com/pypa/setuptools/commit/9f75850ec2455718c4c470c16c4c15139deef624

The decompiled output from wasm-decompile can be challenging to interpret since the function table is omitted from the resulting files. Annotating the function index within the output aids in comprehending...

FIL assumes missing value is NaN. XGBoost, LightGBM and Treelite supports other missing values. Supporting arbitrary missing value is helpful. https://github.com/rapidsai/cuml/blob/branch-23.12/cpp/src/fil/internal.cuh#L437

feature request
? - Needs Triage

## Pull Request Template Some machine learning algorithms such as reinforcement learning need not only a model but also an optmizer. Typical example is the following. ``` #[derive(Clone)] pub struct...

Dependencies of some frameworks such as [Apache Airflow](https://github.com/apache/airflow/tree/main?tab=readme-ov-file#installing-from-pypi) are broken and not working in Pypi. They require constraints file when installing them. `uv` and `pip-tools` supports constraints file. If `rye`...

The bug is summarized by the following issue comment. https://github.com/tensorflow/recommenders/issues/712#issuecomment-2041163592