Closed mhshahmoradi closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.90%. Comparing base (
fa8c822
) to head (a6ca6a9
). Report is 2 commits behind head on main.
LGTM, thanks @mhshahmoradi
Summary
This PR refactors the namespace for the
Microsoft.ML.ModelBuilder.SweepableEstimator.CodeGenerator
toMicrosoft.ML.AutoML.SourceGenerator
. This change aligns the namespace with the new project structure and organizational conventions.Changes
Microsoft.ML.ModelBuilder.SweepableEstimator.CodeGenerator
toMicrosoft.ML.AutoML.SourceGenerator
across all files in the project.Justification
The namespace change is intended to better reflect the purpose and context of the code within the
Microsoft.ML.AutoML.SourceGenerator
project. By aligning the namespace with the project's new structure, we improve code organization and maintain consistency with other parts of the codebase.Impact
Testing