Leo-GG
Leo-GG
allowed the function to use specified var_names - [x] Closes #1549 - [ ] Tests included or not required because: - [ ] Release notes not necessary because:
Removes the warning from pandas triggered by using append() to extend the r2 dataframe by replacing each call to r2_df.append() with a call to pd.concat()
Added per_factor=True to the get_r2 call on the plot_r2 function, allowing to use a group_label without running into errors. Otherwise the r2 dataframe is generated per view and group only,...
# Description Updated quickstart guide to update the documentation of the MAPIE regressor output. Fixes #494 ## Type of change - Documentation # Checklist - [X] I have read the...