-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Probatus 2.0.0: Bump version + add pre-commit hooks (#206)
- Loading branch information
Reinier Koops
authored
Jun 8, 2023
1 parent
5645d2e
commit bd1698c
Showing
45 changed files
with
480 additions
and
456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# The Vision | ||
|
||
This page describes the main principles that drive the development of `probatus` as well as the general directions, in which the development of the package will be heading. | ||
This page describes the main principles that drive the development of `Probatus` as well as the general directions, in which the development of the package will be heading. | ||
|
||
## The Purpose | ||
|
||
`probatus` has started as a side project of Data Scientists at ING Bank. | ||
`Probatus` has started as a side project of Data Scientists at ING Bank. | ||
Later, we have decided to open-source it, in order to share the tools and enable collaboration with the Data Science community. | ||
|
||
We mainly focus on analysing the following aspects of building classification models: | ||
We mainly focus on analyzing the following aspects of building classification models: | ||
- Model input: the quality of the dataset and how to prepare it for modelling, | ||
- Model performance: the quality of the model and stability of the results. | ||
- Model performance: the quality of the model and stability of the results. | ||
- Model interpretation: understanding the model decision making, | ||
|
||
Our main goals are: | ||
- Continue maintaining the tools that we have built, and make sure that they are well documented and tested | ||
- Continuously extend functionality available in the package | ||
- Build a community of users, which use the package in day-to-day work and learn from each other, while contributing to probatus | ||
- Build a community of users, which use the package in day-to-day work and learn from each other, while contributing to Probatus | ||
|
||
## The Principles | ||
|
||
The main principles that drive development of `probatus` are the following | ||
The main principles that drive development of `Probatus` are the following | ||
|
||
- Usefulness - any tool that we build should be useful for a broad range of users, | ||
- Simplicity - simple to understand and analyse steps over state-of-the-art, | ||
- Simplicity - simple to understand and analyze steps over state-of-the-art, | ||
- Usability - the developed functionality must be have good documentation, consistent API and work flawlessly with scikit-learn compatible models, | ||
- Reliability - the code that is available for the users should be well tested and reliable, and bugs should be fixed as soon as they are detected. | ||
|
||
## The Roadmap | ||
|
||
The following [issue](https://github.com/ing-bank/probatus/issues/93) keeps track of the features coming to probatus. | ||
We are open to new ideas, so if you can think of a feature that fits the vision, make an [issue](https://github.com/ing-bank/probatus/issues) and help us further develop this package. | ||
The following [issue](https://github.com/ing-bank/Probatus/issues/93) keeps track of the features coming to Probatus. | ||
We are open to new ideas, so if you can think of a feature that fits the vision, make an [issue](https://github.com/ing-bank/Probatus/issues) and help us further develop this package. |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.