Eloi Ugo Pattaro

Results 5 issues of Eloi Ugo Pattaro

vi eddited ~/,scrape-twitter added: ``` TWITTER_USERNAME = 'username' TWITTER_PASSWORD = 'password' ``` tried sample command: `scrape-twitter likes sebinsua ###(or another random account) ` receive following error msg: > Error: An...

`from pyconcorde import atsp_tsp, run_concorde, dumps_matrix` shld be `from pytsp import atsp_tsp, run, dumps_matrix` distance matrix can be easily generated with scipy.spatial.distance_matrix no need for Mapbox Distance API ``` outf...

using the python wrapper (libffm-python) for some reason, when the input dataset becomes too large (too many "fields" ~ about 29 or more), the predictions (at least the first iterations,...

adding: `self._username = username` to BasicAuth.is_authorized allows dash app to use the username for special content/features

download -> ``` cd build/ cmake .. ``` outputs: ``` [ 52%] Linking CXX executable forest_train CMakeFiles/forest_train.dir/forest_train.cpp.o: In function `TestOutput::print_outputs(rgf::DecisionForest&, int, int)': forest_train.cpp:(.text._ZN10TestOutputItihE13print_outputsERN3rgf14DecisionForestItihEEii[_ZN10TestOutputItihE13print_outputsERN3rgf14DecisionForestItihEEii]+0xadd): undefined reference to `pthread_create' ../forest/libforest.a(forest.cpp.o): In function...