Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Add pymongo
Browse files Browse the repository at this point in the history
  • Loading branch information
Irio committed Jan 2, 2017
1 parent e25baa3 commit 871329a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lead-scoring/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
('is_in_office', 'Em mandato?'),
('rosie_score', 'Nível de suspeita'),
('score', 'Ranking'),
('document_id', 'ID'),
('year', 'Ano'),
('document_id', 'ID'),
('applicant_id', 'ID Deputado'),
])

Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
git+https://github.com/datasciencebr/serenata-toolbox.git#egg=serenata-toolbox
Flask==0.11.1
geopy>=1.11.0
pymongo==3.4.0
scikit-learn>=0.17
scipy>=0.18
geopy>=1.11.0
Flask==0.11.1

0 comments on commit 871329a

Please sign in to comment.