8000 GitHub - marinomaria/communitynotes: Fork of twitter/communitynotes for conducting a workshop @ FCEN UBA
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

marinomaria/communitynotes

 
 

Repository files navigation

Cómo usar este repo

Descargar los datos

Link: https://drive.google.com/file/d/1cqs4WaBCbH9DN6CP4MHjFQlF3tBGA_QE/view?usp=sharing Poner el archivo decargado en sourcecode

Setup

git clone https://github.com/marinomaria/communitynotes.git
cd communitynotes

chmod +x setup.sh
./setup.sh

Si todo sale bien, deberíamos ver en consola el mensaje Setup exitoso! :).

Correr el algoritmo

cd sourcecode

python main.py \
  --enrollment data/userEnrollment-00000.tsv \
  --notes data/notes-00000.tsv \
  --ratings data/ratings-00000.tsv \
  --status data/noteStatusHistory-00000.tsv \
  --outdir data

About

Fork of twitter/communitynotes for conducting a workshop @ FCEN UBA

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%
0