- Requires
keras>=3.0.0instead oftf.keras. - Removed the structured data related tasks by removing the following public
APIs:
CategoricalToNumericalMultiCategoryEncodingStructuredDataInputStructuredDataBlockStructuredDataClassifierStructuredDataRegressor
- Removed the Time series related tasks by removing the following public APIs:
TimeseriesInputTimeseriesForecaster
- Reduced search space of Text related tasks by removing the following blocks.
EmbeddingTextToIntSequenceTextToNgramVectorTransformer
- This only affect you if you use
BertTokenizerorBertEncoderin AutoKeras explicity. You are not affected if you only useBertBlock,TextClassifierorTextRegressor. Removed the AutoKeras implementation ofBertTokenizerandBertEncoder. Usekeras-nlpimplementation instead.
- Now also support
numpy>=1.24.