- added custom scores - plot only the top 45 features - added Literal and Callable type hints - added XGBoostRegressor - added predict_proba function in main_model.py and main_pipeline.py - added evaluate_score_proba and evaluate_proba - removed sklearn<1.3 restriction - added sphinx documentation - updated pytests
- added plotting function for tree to DTC - changed inheritance of classifier attributes and methods in Pipeline init - improved representation strings - created data parent class for data.preprocessing - removed simple_upsample from sampling.py
- added estimator__ parameters for ABC and BC - added find_best_model_smac to CTest and also pytest for it - added workflow checks for python 3.10 and 3.11