sdCarr commited on
Commit
284ab80
1 Parent(s): 16dbbae

my coommit

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.ipynb CHANGED
@@ -346,7 +346,7 @@
346
  },
347
  {
348
  "cell_type": "code",
349
- "execution_count": 24,
350
  "metadata": {
351
  "colab": {
352
  "base_uri": "https://localhost:8080/",
@@ -363,7 +363,7 @@
363
  "traceback": [
364
  "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
365
  "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
366
- "Cell \u001b[0;32mIn[24], line 2\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[38;5;66;03m#|export\u001b[39;00m\n\u001b[0;32m----> 2\u001b[0m learn \u001b[38;5;241m=\u001b[39m \u001b[43mload_learned\u001b[49m(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mmodel.pkl\u001b[39m\u001b[38;5;124m'\u001b[39m)\n",
367
  "\u001b[0;31mNameError\u001b[0m: name 'load_learned' is not defined"
368
  ]
369
  }
@@ -375,7 +375,7 @@
375
  },
376
  {
377
  "cell_type": "code",
378
- "execution_count": null,
379
  "metadata": {
380
  "colab": {
381
  "base_uri": "https://localhost:8080/",
@@ -387,12 +387,12 @@
387
  "outputs": [
388
  {
389
  "ename": "NameError",
390
- "evalue": "ignored",
391
  "output_type": "error",
392
  "traceback": [
393
  "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
394
  "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
395
- "\u001b[0;32m<timed eval>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n",
396
  "\u001b[0;31mNameError\u001b[0m: name 'learn' is not defined"
397
  ]
398
  }
 
346
  },
347
  {
348
  "cell_type": "code",
349
+ "execution_count": 25,
350
  "metadata": {
351
  "colab": {
352
  "base_uri": "https://localhost:8080/",
 
363
  "traceback": [
364
  "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
365
  "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
366
+ "Cell \u001b[0;32mIn[25], line 2\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[38;5;66;03m#|export\u001b[39;00m\n\u001b[0;32m----> 2\u001b[0m learn \u001b[38;5;241m=\u001b[39m \u001b[43mload_learned\u001b[49m(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mmodel.pkl\u001b[39m\u001b[38;5;124m'\u001b[39m)\n",
367
  "\u001b[0;31mNameError\u001b[0m: name 'load_learned' is not defined"
368
  ]
369
  }
 
375
  },
376
  {
377
  "cell_type": "code",
378
+ "execution_count": 26,
379
  "metadata": {
380
  "colab": {
381
  "base_uri": "https://localhost:8080/",
 
387
  "outputs": [
388
  {
389
  "ename": "NameError",
390
+ "evalue": "name 'learn' is not defined",
391
  "output_type": "error",
392
  "traceback": [
393
  "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
394
  "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
395
+ "File \u001b[0;32m<timed eval>:1\u001b[0m\n",
396
  "\u001b[0;31mNameError\u001b[0m: name 'learn' is not defined"
397
  ]
398
  }
requierements.txt → requirements.txt RENAMED
File without changes