autoprognosis icon indicating copy to clipboard operation
autoprognosis copied to clipboard

A system for automating the design of predictive modeling pipelines tailored for clinical prognosis.

Results 14 autoprognosis issues
Sort by recently updated
recently updated
newest added

## Description The RegressionStudy gives no output as it is running (on the tutorial_04_regression.ipynb) The notebook takes around 30-40 minutes to run on an M1 Max chip, and some feedback...

## Description `risk-effect-size` and `shap-permutation-sampler` cannot be added to a classification demonstrator.

Hello, Thanks to provide us this package. I have difficulties for the example Basic Survival Analysis: ```python \# third party import numpy as np from pycox import datasets \# autoprognosis...

When running ```sh cd autoprognosis pip install . ``` installation initially failed due to lack of `torch` installed, then due to lack of `numpy` installed. Installing those via `pip install`...