Spaces:
Sleeping
Sleeping
beerth21624
commited on
Commit
·
b257e97
1
Parent(s):
d177e0a
add artifacts
Browse files
6_model_deployment (Updated).ipynb
CHANGED
|
@@ -2339,9 +2339,26 @@
|
|
| 2339 |
},
|
| 2340 |
{
|
| 2341 |
"cell_type": "code",
|
| 2342 |
-
"execution_count":
|
| 2343 |
"metadata": {},
|
| 2344 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2345 |
"source": [
|
| 2346 |
"# !git clone xxx\n",
|
| 2347 |
"# OR\n",
|
|
@@ -2356,11 +2373,11 @@
|
|
| 2356 |
"\n",
|
| 2357 |
"\n",
|
| 2358 |
"\n",
|
| 2359 |
-
"!git add .\n",
|
| 2360 |
-
"!git config user.name \"beerth21624\"\n",
|
| 2361 |
-
"!git config user.email \"beerzii.4321@gmail.com\"\n",
|
| 2362 |
-
"!git commit -m \"Add artifacts\"\n",
|
| 2363 |
-
"!git push origin -f main"
|
| 2364 |
]
|
| 2365 |
}
|
| 2366 |
],
|
|
|
|
| 2339 |
},
|
| 2340 |
{
|
| 2341 |
"cell_type": "code",
|
| 2342 |
+
"execution_count": 2,
|
| 2343 |
"metadata": {},
|
| 2344 |
+
"outputs": [
|
| 2345 |
+
{
|
| 2346 |
+
"name": "stdout",
|
| 2347 |
+
"output_type": "stream",
|
| 2348 |
+
"text": [
|
| 2349 |
+
"[main d177e0a] Add artifacts\n",
|
| 2350 |
+
" 7 files changed, 102025 insertions(+)\n",
|
| 2351 |
+
" create mode 100644 6_model_deployment (Updated).ipynb\n",
|
| 2352 |
+
" create mode 100644 app.py\n",
|
| 2353 |
+
" create mode 100644 cities.joblib\n",
|
| 2354 |
+
" create mode 100644 house_prices.csv\n",
|
| 2355 |
+
" create mode 100644 label_pipeline.joblib\n",
|
| 2356 |
+
" create mode 100644 pipeline.joblib\n",
|
| 2357 |
+
" create mode 100644 requirements.txt\n",
|
| 2358 |
+
"Username for 'https://huggingface.co': "
|
| 2359 |
+
]
|
| 2360 |
+
}
|
| 2361 |
+
],
|
| 2362 |
"source": [
|
| 2363 |
"# !git clone xxx\n",
|
| 2364 |
"# OR\n",
|
|
|
|
| 2373 |
"\n",
|
| 2374 |
"\n",
|
| 2375 |
"\n",
|
| 2376 |
+
"# !git add .\n",
|
| 2377 |
+
"# !git config user.name \"beerth21624\"\n",
|
| 2378 |
+
"# !git config user.email \"beerzii.4321@gmail.com\"\n",
|
| 2379 |
+
"# !git commit -m \"Add artifacts\"\n",
|
| 2380 |
+
"# !git push origin -f main"
|
| 2381 |
]
|
| 2382 |
}
|
| 2383 |
],
|