Skip to content

Commit

Permalink
Fixed the broken link in feature_space_advanced.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tilakrayal authored Feb 21, 2024
1 parent 827d8c2 commit 9f0bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/structured_data/feature_space_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
code example, and here we will extend it to cover more complex use
cases of the [`keras.utils.FeatureSpace`](https://keras.io/api/utils/feature_space/)
preprocessing utility, like feature hashing, feature crosses, handling missing values and
integrating [Keras preprocessing layers](https://keras.io/guides/preprocessing_layers/)
integrating [Keras preprocessing layers](https://keras.io/api/layers/preprocessing_layers/)
with FeatureSpace.
The general task still is structured data classification (also known as tabular data
Expand Down

0 comments on commit 9f0bef7

Please sign in to comment.