Skip to content

Local mode support for Generic Estimators #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

mvsusp
Copy link
Contributor

@mvsusp mvsusp commented Mar 13, 2018

Hey @iquintero,

I made some changes in the class Estimator to be compatible with local mode.
My use case was:

estimator = Estimator(image_name, role='SageMakerRole', ..., local_mode=True)

The main difference is that Estimator's parent class is EstimatorBase instead of Framework. The hyperparameters were not working for the class as well.

I put these things in PR so you can evaluate the changes I've made. You probably will want to use them.

I'm removing the Keras estimators from this branch as well.

@mvsusp mvsusp changed the title Mvs local mode fixes Local mode support for Generic Estimators Mar 13, 2018
@iquintero iquintero closed this Apr 13, 2018
apacker pushed a commit to apacker/sagemaker-python-sdk that referenced this pull request Nov 15, 2018
updating the python environment for XGBoost notebooks as per the feed…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants