Tyler Hilbert

Results 4 issues of Tyler Hilbert

I am running this example on a Ubuntu18 on AWS. I am able to build it without errors, but when I run the dockerfile it exits. ``` $docker build ....

When I request the URL localhost:8000/example I get the welcome view. I looked at the request which was for example and saw the response was for the welcome page (See...

The machine_learning/kmeans.cpp example has a comment which says n is the number of features and d is the feature size (the code is correct, but the comment explaining it mixes...

Description ----------- Fixes: # ... Changes to Users ---------------- Checklist --------- - [ x] Rebased on latest master - [ x] Code compiles - [ x] Tests pass - [...