| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-04-12 | 542 Bytes | |
| v2.1.tar.gz | 2019-04-12 | 6.4 MB | |
| v2.1.zip | 2019-04-12 | 6.5 MB | |
| Totals: 3 Items | 12.8 MB | 0 | |
- add automation modules
- mz.auto.tuner that automatically search for model hyper parameters
- mz.auto.preprer that unifies model preprocessing and training processes
- add QuoraQP dataset
- rewrite mz.DataGenerator to be callback-based
- fix models behaviors under classification tasks
- reorganize project structure, the most significant one being moving
processor_unitstopreprocessors.units - rename redundant names (e.g. NaiveModel -> Naive, TokenizeUnit -> Tokenize)
- update the tutorials
- various other updates