Skip to content

Releases: Safe-DS/Library

v0.11.0

21 Apr 08:51
Compare
Choose a tag to compare

0.11.0 (2023-04-21)

Features

Bug Fixes

v0.10.0

13 Apr 07:37
Compare
Choose a tag to compare

0.10.0 (2023-04-13)

Features

v0.9.0

04 Apr 17:08
Compare
Choose a tag to compare

0.9.0 (2023-04-04)

Features

Bug Fixes

  • export TableTransformer and InvertibleTableTransformer (#135) (81c3695)

v0.8.0

31 Mar 18:31
Compare
Choose a tag to compare

0.8.0 (2023-03-31)

Features

v0.7.0

29 Mar 21:05
Compare
Choose a tag to compare

0.7.0 (2023-03-29)

Features

v0.6.0

27 Mar 16:48
Compare
Choose a tag to compare

0.6.0 (2023-03-27)

Features

  • allow calling correlation_heatmap with non-numerical columns (#92) (b960214), closes #89
  • function to drop columns with non-numerical values from Table (#96) (8f14d65), closes #13
  • function to drop columns/rows with missing values (#97) (05d771c), closes #10
  • remove list_columns_with_XY methods from Table (#100) (a0c56ad), closes #94
  • rename keep_columns to keep_only_columns (#99) (de42169)
  • rename remove_outliers to drop_rows_with_outliers (#95) (7bad2e3), closes #93
  • return new model when calling fit (#91) (165c97c), closes #69

Bug Fixes

  • handling of missing values when dropping rows with outliers (#101) (0a5e853), closes #7

v0.5.0

26 Mar 20:12
Compare
Choose a tag to compare

0.5.0 (2023-03-26)

Features

  • move plotting methods into Column and Table classes (#88) (5ec6189), closes #62

v0.4.0

26 Mar 15:00
Compare
Choose a tag to compare

0.4.0 (2023-03-26)

Features

  • better names for properties of TaggedTable (#74) (fee398b)
  • change the name of a Column (#76) (ec539eb)
  • metrics as methods of models (#77) (bc63693), closes #64
  • optionally pass type to column (#79) (64aa429), closes #78
  • remove target_name parameter of predict (#70) (b513454)
  • rename tagged_table parameter of fit to training_set (#71) (8655521)
  • return TaggedTable from predict (#73) (5d5f5a6)

v0.3.0

24 Mar 08:23
Compare
Choose a tag to compare

0.3.0 (2023-03-24)

Features

Bug Fixes

  • "UserWarning: X has feature names" when predicting (#53) (74b0753), closes #51

v0.2.0

12 Mar 10:44
208a17c
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0