Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

machine learning #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

requirements.txt
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/Machine-Learning-Projects.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified models/weight_predictor.pkl
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
beautifulsoup4==4.9.0
click==7.1.2
cycler==0.10.0
distributed==2.16.0
distributed==2021.10.0
Flask==1.1.2
gunicorn==20.0.4
itsdangerous==1.1.0
Expand All @@ -13,7 +13,6 @@ kiwisolver==1.2.0
Markdown==3.2.1
MarkupSafe==1.1.1
matplotlib==3.1.3
numpy==1.18.1
pandas==1.0.3
pickleshare==0.7.5
python-dateutil==2.8.1
Expand All @@ -24,9 +23,10 @@ PyYAML==5.3.1
requests==2.23.0
requests-oauthlib==1.3.0
scikit-learn==0.22.1
scipy==1.4.1
scipy==1.10.1
seaborn==0.10.1
six==1.14.0
statsmodels==0.11.0
urllib3==1.25.8
Werkzeug==1.0.1
numpy==1.24.3
32 changes: 32 additions & 0 deletions requirements2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
beautifulsoup4
click
cycler
distributed
Flask
gunicorn
itsdangerous
Jinja2
joblib
json5
jsonschema
kiwisolver
Markdown
MarkupSafe
matplotlib
numpy
pandas
pickleshare
python-dateutil
python-jsonrpc-server
python-language-server
pytz
PyYAML
requests
requests-oauthlib
scikit-learn
scipy
seaborn
six
statsmodels
urllib3
Werkzeug