Richard Barella Jr.

Results 12 comments of Richard Barella Jr.

@MaxHalford @nlyf @hoanganhngo610 This is actually something I am very interested at implementing. I think the issue has something to do with TFIDF outputting data in the format of dictionaries...

I was poking through the DenStream code, and I'm a little confused This method in denstream.py seems to be expecting dict format ``` @staticmethod def _distance(point_a, point_b): return math.sqrt(utils.math.minkowski_distance(point_a, point_b,...

The [example](https://riverml.xyz/dev/api/cluster/DenStream/) for `DenStream` uses the output from `river.stream.iter_array` which looks like `{0: -1, 1: -0.5}` with integers as keys for the dict. With using TFIDF online however, we will...

Yeah, my phone doesn't have that issue since I can dial straight from the app that button opens

@hppritcha no it doesn't fix that issue. The workaround is to just not have a trailing slash in the ini file. I think this would be easy to fix though

Hi Josh, I will keep this branch updated with my edits to the REST query interface so we can collaborate: https://github.com/ribab/mtt/tree/topic/db_viewer/server/php/cherrypy/src --Ricky

Currently I don't have the SQL queries created yet.

This pull request has the 1st draft for the REST interface for Reporter: https://github.com/open-mpi/mtt/pull/501

execution time was added to JunitXML reporter but was not added to DB submitter

I think the solution to this is: Only run gh-pages travisci **IF** something in `mtt/docs` changes