Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Meet Rosie
Search
Jessica Temporal
March 27, 2017
Programming
0
62
Meet Rosie
Machine Intelligence against corruption
Jessica Temporal
March 27, 2017
Tweet
Share
More Decks by Jessica Temporal
See All by Jessica Temporal
Tips for Writing Great Technical Content
jtemporal
0
190
Traveling Through a Secure API with Python and Auth0
jtemporal
0
110
Rosie, Robot
jtemporal
0
430
Serenata de Amor's data science
jtemporal
1
170
Final Graduation Project
jtemporal
0
210
Other Decks in Programming
See All in Programming
Return of the Full-Stack Developer
simas
PRO
1
300
Devinのメモリ活用の学びを自社サービスにどう組み込むか?
itarutomy
0
1.2k
RubyKaigiで手に入れた HHKB Studioのための HIDRawドライバ
iberianpig
0
170
ステートソーシング型イベント駆動の視点で捉えるCQRS+ES
shinnosuke0522
1
300
マルチアカウント環境での、そこまでがんばらない RI/SP 運用設計
wa6sn
0
220
コンテナでLambdaをデプロイするときに知っておきたかったこと
_takahash
0
130
本当だってば!俺もTRICK 2022に入賞してたんだってば!
jinroq
0
180
Go1.24 go vetとtestsアナライザ
kuro_kurorrr
2
350
バックエンドNode.js × フロントエンドDeno で開発して得られた知見
ayame113
4
1.2k
AHC 044 混合整数計画ソルバー解法
kiri8128
0
290
remix + cloudflare workers (DO) docker上でいい感じに開発する
yoshidatomoaki
0
110
Go1.24で testing.B.Loopが爆誕
kuro_kurorrr
0
140
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
It's Worth the Effort
3n
184
28k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
The Pragmatic Product Professional
lauravandoore
33
6.5k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.6k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7.1k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
12
1.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
31
4.7k
Transcript
1 Rosie
So far 2 • 5 implemented classifiers • ~3k suspicious
reimbursements found • 629 reports made • 216 congresspeople reported
How we get the data? 3 • Scrapping • APIs
◦ ReceitaWS ◦ Camara
I have the data, what do I do now? •
Develop a hypothesis • Test it out • Implement a classifier • Report 4
Jupyter Notebooks 5
GitHub 6
Server 7
The irregular companies classifier
import data 9
data.format() 10
data.head(5) 11
12 pd.merge
13 data.query()
Fixtures • Sample data 14
Tests • Test first, code later 15
Show me the code • The classifier 16
What about Rosie? • import Classifier 17
5222 18
github.com/datasciencebr @jesstemporal apoia.se/serenata 19