GeneralizedOptimalSparseDecisionTrees icon indicating copy to clipboard operation
GeneralizedOptimalSparseDecisionTrees copied to clipboard

Generalized Optimal Sparse Decision Trees

Results 13 GeneralizedOptimalSparseDecisionTrees issues
Sort by recently updated
recently updated
newest added

will it work on windows?

Hi, After the installation of the dependencies and of the python library, when calling the `fit` method (executing the code from the `example.py`) it gives this error: ``` Traceback (most...

On https://pypi.org/project/gosdt/#files, it appears there's no source distribution or M1 Mac distribution available, which means the package can't be installed from PyPI on M1 Macs

`libboost-dev` is spelt as `liboost-dev` and `libboost-all-dev` is spelt as `liboost-all-dev` throughout the script. Caused us a bit of a headache :)

First, thanks for contributing this awesome package. I just cloned the repository and was following the installation instructions for the python extension (`./autobuild --install-python`) when I ran into the following...

Code changes: - tiny change in `queue.hpp` that allows gosdt c++ code to compile on clang with versions of `tbb` after '2020_U3' (solves this [issue](https://github.com/Jimmy-Lin/GeneralizedOptimalSparseDecisionTrees/issues/9) i opened previously) Distribution: -...

Hi all! I'm not well versed using terminal commands and I'm having troubles installing this tool. Whenever I try to run ./autobuild --install-python I get the error - checking for...

Hi Jimmy, I'm trying to illustrate GOSDT with the diabetes dataset located [here](https://www.kaggle.com/uciml/pima-indians-diabetes-database), and it seems that the time limit is being ignored. I've tried with continuous features, as well...

I'm trying to install `gosdt` on a docker container (just to have a clean linux environment, I'm pretty sure the issue is unrelated to docker) This is after all listed...

There is a bug when trying to validate if a `leaf` exists in the `features` dict. Essentially, a` leaf` is a tuple with form: ` (feature_1, feature_2, ..., feature_n)` and...