Skip to content

Notebook Updates : OCBL283 - Classifying Structured Data using Keras Preprocessing Layers#3155

Merged
gstripling merged 4 commits into
GoogleCloudPlatform:masterfrom
hemantsinalkar-ssk:preprocessing-layers-update
May 27, 2026
Merged

Notebook Updates : OCBL283 - Classifying Structured Data using Keras Preprocessing Layers#3155
gstripling merged 4 commits into
GoogleCloudPlatform:masterfrom
hemantsinalkar-ssk:preprocessing-layers-update

Conversation

@hemantsinalkar-ssk

Copy link
Copy Markdown
Contributor
  • Updated tensorflow.keras.layers.experimental.preprocessing to modern TensorFlow imports.
  • Replaced preprocessing.Normalization with Normalization.
  • Added imports for StringLookup, IntegerLookup, and CategoryEncoding.
  • Fixed dataset batching issue using .unbatch() and tf.cast().
  • Updated model saving format from legacy path to .keras extension.
  • Buganizer : http://b/516716011

… TensorFlow imports.

- Replaced preprocessing.Normalization with Normalization.
- Added imports for StringLookup, IntegerLookup, and CategoryEncoding.
- Fixed dataset batching issue using .unbatch() and tf.cast().
- Updated model saving format from legacy path to .keras extension.
@gstripling gstripling merged commit 8b40f9a into GoogleCloudPlatform:master May 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants