Breaking changes
- Requires
keras>=3.0.0
instead oftf.keras
. - Removed the structured data related tasks by removing the following public
APIs:CategoricalToNumerical
MultiCategoryEncoding
StructuredDataInput
StructuredDataBlock
StructuredDataClassifier
StructuredDataRegressor
- Removed the Time series related tasks by removing the following public APIs:
TimeseriesInput
TimeseriesForecaster
- Reduced search space of Text related tasks by removing the following blocks.
Embedding
TextToIntSequence
TextToNgramVector
Transformer
New Contributors
- @nkovela1 made their first contribution in #1851
- @berab made their first contribution in #1883
- @Red54 made their first contribution in #1893
Full Changelog: 1.1.0...2.0.0