Skip to content

Releases: francescopisu/modelsight

v0.4.0

24 Sep 16:51
Compare
Choose a tag to compare
build: install poetry then build

v0.3.6

24 Sep 13:35
57d8381
Compare
Choose a tag to compare

Documentation

v0.3.5

17 Sep 07:54
Compare
Choose a tag to compare

Documentation

  • Update README with graphical examples #10 (26102c4)

v0.3.4

17 Sep 07:38
a6374ec
Compare
Choose a tag to compare

Documentation

  • Update example notebook + self-contained python script #3 (47d4cbc)
  • Update example notebook with average ROC curves plot of multiple binary classifiers (ef14075)

v0.3.3

15 Sep 21:52
272404f
Compare
Choose a tag to compare

Fix

v0.3.2

15 Sep 17:50
Compare
Choose a tag to compare
v0.3.2

v0.3.1

15 Sep 13:24
Compare
Choose a tag to compare
v0.3.1

v0.3.0

14 Sep 11:07
a46fd54
Compare
Choose a tag to compare

Features

  • Added the possibility to make statistical comparison between areas under curve of different models in the ROC plot.
  • Updated the pytest's cv_results fixture to cross-validate multiple models.

v0.2.0

17 Jul 09:49
Compare
Choose a tag to compare

v0.2.0 (17/07/2023)

Feature

  • Introduced the curves module for producing average receiver-operating characteristic curved after cross-validation.
  • Added a custom dataclass type for the output of a cross-validation procedure: CVModellingOutput.

Tests

  • Added a fixture to simulate the output of a cross-validation procedure and added tests for the average receiver-operating characteristic curves.

Version 0.1.0

23 Jun 10:53
Compare
Choose a tag to compare

This is the first release of the modelsight package, featuring the Hosmer-Lemeshow plot to assess calibration of predicted probabilities.