We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The library should offer methods for evaluating predictive models/pipelines.
For each problem type, there can be different relevant metrics, as described in the linked tasks.
The evaluation should be done using KFold(regression)/StratifiedKFold(classification, survival analsysis), and predefined random seed.
AP reference: https://github.com/vanderschaarlab/autoprognosis/blob/main/src/autoprognosis/utils/tester.py Example implementation for time series survival https://github.com/vanderschaarlab/synthcity/blob/main/src/synthcity/plugins/core/models/time_series_survival/benchmarks.py#L142
blocked by #9 blocked by #10 blocked by #11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Description
The library should offer methods for evaluating predictive models/pipelines.
For each problem type, there can be different relevant metrics, as described in the linked tasks.
The evaluation should be done using KFold(regression)/StratifiedKFold(classification, survival analsysis), and predefined random seed.
AP reference: https://github.com/vanderschaarlab/autoprognosis/blob/main/src/autoprognosis/utils/tester.py
Example implementation for time series survival
https://github.com/vanderschaarlab/synthcity/blob/main/src/synthcity/plugins/core/models/time_series_survival/benchmarks.py#L142
blocked by #9
blocked by #10
blocked by #11
The text was updated successfully, but these errors were encountered: