Skip to content

Commit

Permalink
changes in requiremnet and added curves in train
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitsoni01 committed Jun 10, 2021
1 parent f655cc2 commit ddbe3dd
Show file tree
Hide file tree
Showing 6 changed files with 45,024 additions and 441 deletions.
44,907 changes: 44,907 additions & 0 deletions datasets/real_and_fake.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dynamic_labelling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
}
],
"source": [
"pipeline = joblib.load('App/pipeline_final.sav')\n",
"pipeline = joblib.load('pipeline_final.sav')\n",
"text = \"You Can Smell Hillary’s Fear\"\n",
"text = [text]\n",
"pred = pipeline.predict(text)\n",
Expand Down Expand Up @@ -7210,4 +7210,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Loading

0 comments on commit ddbe3dd

Please sign in to comment.