|
1 |
| -# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 1 | +# Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | 2 | #
|
3 | 3 | # Licensed under the Apache License, Version 2.0 (the "License"). You
|
4 | 4 | # may not use this file except in compliance with the License. A copy of
|
|
20 | 20 | from sagemaker.amazon.factorization_machines import FactorizationMachines, FactorizationMachinesModel
|
21 | 21 | from sagemaker.amazon.factorization_machines import FactorizationMachinesPredictor
|
22 | 22 | from sagemaker.amazon.ntm import NTM, NTMModel, NTMPredictor
|
| 23 | +from sagemaker.amazon.randomcutforest import RandomCutForest, RandomCutForestModel, RandomCutForestPredictor |
23 | 24 |
|
24 | 25 | from sagemaker.local.local_session import LocalSession
|
25 | 26 |
|
|
32 | 33 | from sagemaker.session import get_execution_role
|
33 | 34 |
|
34 | 35 |
|
35 |
| -__all__ = [estimator, KMeans, KMeansModel, KMeansPredictor, PCA, PCAModel, PCAPredictor, LinearLearner, |
36 |
| - LinearLearnerModel, LinearLearnerPredictor, |
37 |
| - LDA, LDAModel, LDAPredictor, |
38 |
| - FactorizationMachines, FactorizationMachinesModel, FactorizationMachinesPredictor, |
39 |
| - Model, NTM, NTMModel, NTMPredictor, RealTimePredictor, Session, LocalSession, |
40 |
| - container_def, s3_input, production_variant, get_execution_role] |
| 36 | +__all__ = ['estimator', 'KMeans', 'KMeansModel', 'KMeansPredictor', 'PCA', 'PCAModel', 'PCAPredictor', 'LinearLearner', |
| 37 | + 'LinearLearnerModel', 'LinearLearnerPredictor', |
| 38 | + 'LDA', 'LDAModel', 'LDAPredictor', |
| 39 | + 'FactorizationMachines', 'FactorizationMachinesModel', 'FactorizationMachinesPredictor', |
| 40 | + 'RandomCutForest', 'RandomCutForestModel', 'RandomCutForestPredictor', |
| 41 | + 'Model', 'NTM', 'NTMModel', 'NTMPredictor', 'RealTimePredictor', 'Session', 'LocalSession', |
| 42 | + 'container_def', 's3_input', 'production_variant', 'get_execution_role'] |
0 commit comments