Skip to content

Commit

Permalink
add requirements.txt, move files
Browse files Browse the repository at this point in the history
  • Loading branch information
khadra1 committed Aug 27, 2022
1 parent e259090 commit 2ac5213
Show file tree
Hide file tree
Showing 16 changed files with 9,210 additions and 9,176 deletions.
2 changes: 1 addition & 1 deletion notebooks/DL_Bert_model/FakeRealNewsBERT.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebooks/ML_models/FakeRealNewsModels.ipynb

Large diffs are not rendered by default.

Binary file modified notebooks/ML_models/Images/nb_cm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/ML_models/Images/rf_cm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/ML_models/Images/svc_cm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,966 changes: 1,983 additions & 1,983 deletions notebooks/ML_models/Resources/AdaBooster.csv

Large diffs are not rendered by default.

6,026 changes: 3,013 additions & 3,013 deletions notebooks/ML_models/Resources/KNeighbors.csv

Large diffs are not rendered by default.

2,122 changes: 1,061 additions & 1,061 deletions notebooks/ML_models/Resources/MultinomiaNB.csv

Large diffs are not rendered by default.

2,124 changes: 1,062 additions & 1,062 deletions notebooks/ML_models/Resources/PassiveAgressive.csv

Large diffs are not rendered by default.

2,196 changes: 1,098 additions & 1,098 deletions notebooks/ML_models/Resources/RandomForest.csv

Large diffs are not rendered by default.

1,914 changes: 957 additions & 957 deletions notebooks/ML_models/Resources/SVC.csv

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 34 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
async-generator==1.10
attrs==21.4.0
beautifulsoup4==4.11.1
bs4==0.0.1
certifi==2022.5.18.1
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==37.0.2
h11==0.13.0
idna==3.3
lxml==4.9.0
mrjob==0.7.4
numpy==1.22.4
outcome==1.1.0
pandas==1.4.2
pycparser==2.21
pyOpenSSL==22.0.0
PySocks==1.7.1
python-dateutil==2.8.2
python-dotenv==0.20.0
pytz==2022.1
PyYAML==6.0
requests==2.28.0
selenium==4.2.0
six @ file:///AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-110/six-1.15.0-py2.py3-none-any.whl
sniffio==1.2.0
sortedcontainers==2.4.0
soupsieve==2.3.2.post1
splinter==0.18.0
trio==0.21.0
trio-websocket==0.9.2
urllib3==1.26.9
webdriver-manager==3.7.0
wsproto==1.1.0

0 comments on commit 2ac5213

Please sign in to comment.