Etienne Ferrandi

Results 3 comments of Etienne Ferrandi

Solved it byr replacing `localhost` by `host.docker.internal` : `download_url = "http://host.docker.internal:8080/api/projects/3/export?exportType=JSON"`

did you solve the last problem ?

Here is my script : ``` python main.py -s train/* -t chars -n 3 mv feats_tests_n3_k_5000.csv train.csv python main.py -s test/* -t chars -n 3 -f feature_list_chars3grams5000mf.json mv feats_tests_n3_k_5000.csv test.csv...