File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1010# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
1111# ANY KIND, either express or implied. See the License for the specific
1212# language governing permissions and limitations under the License.
13- """Placeholder docstring"""
13+ """Amazon SageMaker Automatic Model Tuning Visualization module.
14+
15+ This module provides visualization capabilities for SageMaker hyperparameter tuning jobs.
16+ It enables users to create interactive visualizations to analyze and understand the
17+ performance of hyperparameter optimization experiments.
18+
19+ Example:
20+ >>> from sagemaker.amtviz import visualize_tuning_job
21+ >>> visualize_tuning_job('my-tuning-job')
22+ """
1423from __future__ import absolute_import
1524
1625from sagemaker .amtviz .visualization import visualize_tuning_job
You can’t perform that action at this time.
0 commit comments