Skip to content

Instantly share code, notes, and snippets.

@gauravkaila
Last active October 11, 2018 14:12
Show Gist options
  • Save gauravkaila/16e148ac1f6971c65b3303720c4410c5 to your computer and use it in GitHub Desktop.
Save gauravkaila/16e148ac1f6971c65b3303720c4410c5 to your computer and use it in GitHub Desktop.
# Register the model
print('Registering model...')
model = run.register_model(model_name=config['train']['model_name'], model_path='./outputs/ridge_1.pkl')
print('Done registering model.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment