Skip to content

Releases: DanaJomar/PyALE

v1.2.0

27 Mar 08:54
Compare
Choose a tag to compare
  • allow option not to fill in empty cells in the 2D effect plot (PR #24)
  • change the the way the jitter effect is computed for the rug in the 1D continoues plot (issue #6)
  • fix bug in 1D continuous quantiles definition (issue #15)
  • address pandas future warnings
  • fix 2D plot when the two features are in two very different scales (PR #23)

v1.1.3: Address Deprecation Errors/Warnings

14 Feb 12:24
Compare
Choose a tag to compare

The following was addressed in this release

  • sklearn is deprecated (replace by scikit-learn)
  • FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version.
  • DeprecationWarning: In a future version, df.iloc[:, i] = newvals will attempt to set the values inplace instead of always setting a new array.

v1.1.2 : Bugfixes

11 Aug 13:12
ff7467c
Compare
Choose a tag to compare

Address issues #2 and #3 :

  • Allow using float discrete features
  • Allow using models which return an array of singletons when predicting
  • Allow using dataframes which have a special index in 2D continuous

v1.1.1

04 May 09:47
Compare
Choose a tag to compare
Bugfix: support non-sequential discrete values, use codes for discret…

v1.1.0

09 Dec 15:41
Compare
Choose a tag to compare

The package with this release support categorical features, regardless of the used encoding in the model