Fix IDE Auto-Completion Failure for tensorflow.keras
Autocomplete fails for tf.keras because it's a lazily-loaded alias that static analyzers can't follow. Your code still runs — import from keras directly to give the IDE a real module to introspect.