Last active
April 1, 2019 03:18
-
-
Save preinoso/b5e3c85b6de74af6f4c4f5b87e6315c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nbformat_minor": 1, | |
"cells": [ | |
{ | |
"source": "# notebook de ejemplo modelo Churn\n", | |
"cell_type": "markdown", | |
"metadata": { | |
"collapsed": true | |
} | |
}, | |
{ | |
"source": "# @hidden_cell\ncredentials_1 = {\n 'secret_key':'1b6198def468048ac3b58e2e3fff43407dfb84b476e0914f',\n 'iam_url':'https://iam.ng.bluemix.net/oidc/token',\n 'api_key':'uDbZ-7VtnHbqsAtnc-eA9zmhYNZZzIMsUHGE_NEYGK0R',\n 'resource_instance_id':'crn:v1:bluemix:public:cloud-object-storage:global:a/444bf109c55780aa44fa8066c55b4fd2:11856f96-6c6d-418e-84b1-3674017f3c40::',\n 'access_key':'5e0d83b7a7814f548c8197ea2b872a7c',\n 'url':'https://s3-api.us-geo.objectstorage.service.networklayer.com'\n}\n", | |
"cell_type": "code", | |
"metadata": {}, | |
"outputs": [], | |
"execution_count": 2 | |
}, | |
{ | |
"source": "", | |
"cell_type": "code", | |
"metadata": {}, | |
"outputs": [], | |
"execution_count": null | |
} | |
], | |
"metadata": { | |
"kernelspec": { | |
"display_name": "Python 3.5", | |
"name": "python3", | |
"language": "python" | |
}, | |
"language_info": { | |
"mimetype": "text/x-python", | |
"nbconvert_exporter": "python", | |
"version": "3.5.5", | |
"name": "python", | |
"file_extension": ".py", | |
"pygments_lexer": "ipython3", | |
"codemirror_mode": { | |
"version": 3, | |
"name": "ipython" | |
} | |
} | |
}, | |
"nbformat": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment