You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
Currently the focus of Probatus was (binary) Classifiers, however already (silently) there is support for regressors. The docstrings should reflect that as well as the example notebooks.
Desired Outcome
The notebooks and code reflect the reality and even perhaps expand on it functionality wise.
Solution Outline
First start with updating the code (naming of variables and docstring) then finish with the example notebooks. Lastly, update the readme of this repo and its description on github. Don't forget the description on Pypi.
The text was updated successfully, but these errors were encountered:
…, removed unused code and updated notebooks to work (again). (#248)
This PR depends on the PR to be accepted:
#242
______
The PR fixes the following:
- Removed unused code and so partially fixed:
#245
- Updates all notebooks so they are all working:
#246
- Add explicit support for regressors and multiclass: :
#241 & :
#169
- Updated the yaml files for github actions. Now we have a weekly
cronjob (instead of daily) to test the notebooks.
- Enable tests which were previously failing or only enabled in certain
circumstances (much has changed the last 3 years with regards of
adoption of the Mac ARM architecture support)
- Removed most (if not all except one on purpose) of the copyright
notice in code.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Problem Description
Currently the focus of Probatus was (binary) Classifiers, however already (silently) there is support for regressors. The docstrings should reflect that as well as the example notebooks.
Desired Outcome
The notebooks and code reflect the reality and even perhaps expand on it functionality wise.
Solution Outline
First start with updating the code (naming of variables and docstring) then finish with the example notebooks. Lastly, update the readme of this repo and its description on github. Don't forget the description on Pypi.
The text was updated successfully, but these errors were encountered: