Please note that you’ve not written the code for the cell containing:
%%writefile {_cover_transform_module_file}
As a result, cells that follow it will fail.
The symbol Transform
isn’t directly imported. This is the location: tfx.v1.components.Transform
Given that we’ve imported from tfx import v1 as tfx
, accessing Transform
should be easy now.
Note that a compilation error will fail the grader and award you a 0. See if #grade-up-to-here helps.