Skip to content

Releases: scikit-learn-contrib/MAPIE

Version 0.2.0

21 May 09:41
Compare
Choose a tag to compare
  • Add n_jobs argument using joblib parallel processing
  • Allow cv to take the value -1 equivalently to LeaveOneOut()
  • Introduce the cv parameter to get closer to scikit-learn API
  • Remove the n_splits, shuffle and random_state parameters
  • Simplify the method parameter
  • Fix typos in documentation and add methods descriptions in sphinx
  • Accept alpha parameter as a list or np.ndarray
  • If alpha is an Iterable, .predict() returns a np.ndarray of shape (n_samples, 3, len(alpha))

Version 0.1.4

07 May 14:16
Compare
Choose a tag to compare
  • Move all alpha related operations to predict
  • Assume default LinearRegression if estimator is None
  • Improve documentation
  • return_pred string argument is now a bool ensemble

Version 0.1.3 April 2021

30 Apr 14:38
Compare
Choose a tag to compare

First official and clean release on pypi:

  • Update PyPi homepage
  • Set up publication workflows as a github action
  • Update issue and pull request templates
  • Increase sklearn compatibility (coverage_score and unit tests)
  • Create mapie.estimators and mapie.metrics