Béatrice Mazoyer

Results 11 issues of Béatrice Mazoyer

Should we avoid loading the pile if the file is too big?

``` gazou export --resume -o backup-filter_links_6_part_2.csv --step hours Traceback (most recent call last): File "/home/bma/.pyenv/versions/gazou8/bin/gazou", line 10, in sys.exit(main()) File "/home/bma/.pyenv/versions/3.8.0/envs/gazou8/lib/python3.8/site-packages/click-8.0.0a1-py3.8.egg/click/core.py", line 1025, in __call__ return self.main(*args, **kwargs) File "/home/bma/.pyenv/versions/3.8.0/envs/gazou8/lib/python3.8/site-packages/click-8.0.0a1-py3.8.egg/click/core.py",...

to estimate the number of tweets that will be collected in the future and recommend / or not the use of multiindex. The command should also recommend a number of...

https://github.com/medialab/quenouille#threadpoolexecutor

Oops I used pandas ```python import pandas as pd table = pd.read_csv(file) graph = table_to_bipartite_graph( table, first_part_col="nom", second_part_col="mentions", first_part_data=["sexe", "twitter_description", "twitter_followers"] ) Sigma(graph, node_color="part", node_size="twitter_followers").to_html("graph.html") ``` > TypeError: Object of...

bug
enhancement

-1 or -2 in column "pred" should not be taken into account for evaluation

- [ ] add a token in the vocab file containing the total size of the vocabulary - [x] add an option in the vocab command allowing to pass another...