All Projects → analytics-ufcg → Rcongresso

analytics-ufcg / Rcongresso

Pacote R para acessar dados do congresso nacional.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Rcongresso

Theyworkforyou
Keeping tabs on the UK's parliaments and assemblies
Stars: ✭ 173 (+311.9%)
Mutual labels:  transparency, politics
Serenata De Amor
🕵 Artificial Intelligence for social control of public administration
Stars: ✭ 4,367 (+10297.62%)
Mutual labels:  data-science, politics
Awesome Machine Learning Interpretability
A curated list of awesome machine learning interpretability resources.
Stars: ✭ 2,404 (+5623.81%)
Mutual labels:  transparency, data-science
Interpretable machine learning with python
Examples of techniques for training interpretable ML models, explaining ML models, and debugging ML models for accuracy, discrimination, and security.
Stars: ✭ 530 (+1161.9%)
Mutual labels:  transparency, data-science
Mli Resources
H2O.ai Machine Learning Interpretability Resources
Stars: ✭ 428 (+919.05%)
Mutual labels:  transparency, data-science
Querido Diario
📰 Brazilian government gazettes, accessible to everyone.
Stars: ✭ 681 (+1521.43%)
Mutual labels:  data-science, politics
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (+2242.86%)
Mutual labels:  data-science
Recommendations for engineers
All of my recommendations for aspiring engineers in a single place, coming from various areas of interest.
Stars: ✭ 39 (-7.14%)
Mutual labels:  data-science
Minerva Training Materials
Learn advanced data science on real-life, curated problems
Stars: ✭ 37 (-11.9%)
Mutual labels:  data-science
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+2238.1%)
Mutual labels:  data-science
Susi
SuSi: Python package for unsupervised, supervised and semi-supervised self-organizing maps (SOM)
Stars: ✭ 42 (+0%)
Mutual labels:  data-science
Mathematicavsr
Example projects, code, and documents for comparing Mathematica with R.
Stars: ✭ 41 (-2.38%)
Mutual labels:  data-science
Cv Pretrained Model
A collection of computer vision pre-trained models.
Stars: ✭ 995 (+2269.05%)
Mutual labels:  data-science
Optimus
🚚 Agile Data Preparation Workflows made easy with dask, cudf, dask_cudf and pyspark
Stars: ✭ 986 (+2247.62%)
Mutual labels:  data-science
Qri
you're invited to a data party!
Stars: ✭ 1,003 (+2288.1%)
Mutual labels:  data-science
Paralleldist
R Package: Parallel Distance Matrix Computation using Multiple Threads
Stars: ✭ 37 (-11.9%)
Mutual labels:  data-science
Soccergraphr
Soccer Analytics in R using OPTA data
Stars: ✭ 42 (+0%)
Mutual labels:  data-science
Bubbly
A python package for plotting animated and interactive bubble charts using Plotly
Stars: ✭ 37 (-11.9%)
Mutual labels:  data-science
Scala Plotly Client
Visualise your data from Scala using Plotly
Stars: ✭ 39 (-7.14%)
Mutual labels:  data-science
Ds Take Home
My solution to the book A Collection of Data Science Take-Home Challenges
Stars: ✭ 1,004 (+2290.48%)
Mutual labels:  data-science

rcongresso

Build Status codecov CRAN_Status_Badge

Pacote R para acessar dados do congresso nacional baseado na API RESTful criada em 2017, gerando data frames e interagindo bem com o tidyverse.

Site: https://analytics-ufcg.github.io/rcongresso

Para instalar:

# Versão estável: 
install.packages("rcongresso")

# A mais atual: 
# install.packages('devtools')
devtools::install_github('analytics-ufcg/rcongresso')

Exemplos de uso:

vignette("introducao-rcongresso", package="rcongresso")
vignette("purrr-e-rcongresso", package="rcongresso")

# se você instalou do github, antes faça: devtools::build_vignettes()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].