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 10
10
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
11
# ANY KIND, either express or implied. See the License for the specific
12
12
# 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
+ """
14
23
from __future__ import absolute_import
15
24
16
25
from sagemaker .amtviz .visualization import visualize_tuning_job
You can’t perform that action at this time.
0 commit comments