Skip to content

v1.0.4.1

Compare
Choose a tag to compare
@jlgarridol jlgarridol released this 06 Feb 12:43
· 64 commits to main since this release
a3d86de

[1.0.4.1] - 2024-02-06

Fix a problem with pypi

Added

  • Add a parameter to artificial_ssl_dataset to force a minimum of instances. Issue #11
  • Add a parameter to artificial_ssl_dataset to return indexes. Issue #13

Changed

  • The artificial_ssl_dataset changed the process to generate the dataset, based in indexes. Issue #13

Fixed

  • DeTriTraining now is vectorized and is faster than before.