Skip to content

Releases: soda-inria/tabicl

TabICL 2.0.1

14 Feb 19:51

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

TabICL 2.0.0

12 Feb 13:50

Choose a tag to compare

Release the code of TabICLv2

Full Changelog: v0.1.4...v2.0.0

TabICL 0.1.4

28 Nov 21:36

Choose a tag to compare

TabICL 0.1.3

08 Jul 09:53

Choose a tag to compare

v0.1.2

20 May 05:50

Choose a tag to compare

What's Changed

  • Fix bug when the number of classes exceeds 100 (Issue #8)
  • Fix recursion error in the _latin_squares method of FeatureShuffler (Issue #9)
  • docs: add alternate installation option by @TheFloatingString in #10

Full Changelog: v0.1.1...v0.1.2

TabICL 0.1.1

06 May 10:04

Choose a tag to compare

What's Changed

Add a better-performing checkpoint

Full Changelog: v0.1.0...v0.1.1

TabICL 0.1.0

05 May 12:45

Choose a tag to compare

What's Changed

Open-source pretraining code

Full Changelog: v0.0.6...v0.1.0

TabICL 0.0.6

19 Mar 14:17

Choose a tag to compare

What's Changed

  • fix (TabICLClassifier): convert output tensor to float before moving to numpy (df1e504)

When AMP is enabled, PyTorch tensors may be in float16. Explicitly casting to float32 ensures stability and prevents errors.

Full Changelog: v0.0.5...v0.0.6

TabICL 0.0.5

19 Mar 13:18

Choose a tag to compare

What's Changed

  • Fix: Normalize probabilities of TabLCLClassifier's predict_proba to sum to 1 (44c2d27)

Full Changelog: v0.0.4...v0.0.5

TabICL 0.0.4

18 Mar 07:39

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4