Releases: gretelai/trainer
Releases · gretelai/trainer
0.4.1
What's Changed
- Add pip install command and Colab disclaimer to Benchmark notebook by @mikeknep in #22
- Include dataset name in trainer uploads. by @kboyd in #21
- Docs improvements by @MasonEgger (#23 #24 #28 #26)
- Add support for Gretel Amplify by @pimlock in #29
New Contributors
- @kboyd made their first contribution in #21
- @MasonEgger made their first contribution in #23
- @pimlock made their first contribution in #29
Full Changelog: v0.4.0...v0.4.1
0.4.0
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
📖 Apply Gretel's Source Available License
0.2.3
What's Changed
- The trainer now chooses the best model configuration based on input training data when
model_type
is not specified in advance atTrainer
instantiation (previously defaulted toGretelLSTM
) 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
What's Changed
- Update default model config by @zredlined in #10
- Remove project delete instruction by @drew in #11
- CTGAN and conditional data generation by @zredlined in #12
- Get average sqs score from across partitions by @mikeknep in #14
Full Changelog: v0.2.1...v0.2.2
Update SDK notebook examples
This release fixes imports in the SDK notebook examples and adds a param to enable privacy filtering.
PyPi Release
Publishing gretel-trainer to PyPi
Initial release
🚀 New release for the gretel-trainer module