Skip to content

Releases: gretelai/trainer

0.4.1

02 Nov 16:16
13f4e8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

0.4.0

06 Oct 15:44
1bc76e9
Compare
Choose a tag to compare

What's Changed

  • Initial release of new Benchmark module 🚀 by @mikeknep in #19
  • Create simple-conditional-generation.ipynb 📓 by @zredlined in #18

Full Changelog: v0.3.0...v0.4.0

0.3.0

30 Aug 19:41
debc7e2
Compare
Choose a tag to compare

📖 Apply Gretel's Source Available License

0.2.3

24 Aug 21:03
9cbc489
Compare
Choose a tag to compare

What's Changed

  • The trainer now chooses the best model configuration based on input training data when model_type is not specified in advance at Trainer instantiation (previously defaulted to GretelLSTM)
  • train accepts an optional delimiter argument (defaults to comma when unspecified)
  • Input training data is divided more equally across row partitions
  • LSTM models generate a consistent number of records (5000) during data training (previously matched size of input training data)
  • Fixed trainer generate to synthesize the correct number of records when multiple row partitions are used
  • Fixed trainer get_sqs_score method

Full Changelog: v0.2.2...v0.2.3

0.2.2

11 Aug 13:44
3a7487b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

Update SDK notebook examples

16 Jun 16:15
e98f558
Compare
Choose a tag to compare

This release fixes imports in the SDK notebook examples and adds a param to enable privacy filtering.

PyPi Release

10 Jun 15:26
5fec04b
Compare
Choose a tag to compare

Publishing gretel-trainer to PyPi

Initial release

10 Jun 14:48
017dc40
Compare
Choose a tag to compare

🚀 New release for the gretel-trainer module