George

Results 56 issues of George

I get the error: ``` Uncaught (in promise) TypeError: navigator.mediaDevices is undefined startVideo https://cdn.jsdelivr.net/npm/handtrackjs/dist/handtrack.min.js:25 startVideo https://cdn.jsdelivr.net/npm/handtrackjs/dist/handtrack.min.js:25 ``` Using the following code: ``` 0 let tracking_webcam = false; const video_tag =...

I'm trying to insert a large binary blolb (column type `LONGBLOB`) into a local mariadb instance using `aiomysql` version 0.0.20 (https://pypi.org/project/aiomysql/). I pass the blob inside a python `str` object...

bug

Important logic, we should unittest it with real-world examples and generated data

help wanted
good first issue
test
Community

We should add some links to the docs, namely to this github repo *and* to the mindsdb website. We should also plug it into our google analytics.

help wanted
documentation

When searching for a lr we should probably avoid anything past 0.1 or so, benchmark and implement if accuracy doesn't decrease (+ time doesn't increase noticeably) or if accuracy increase...

enhancement
discussion
refactor

After #473 is done Try converting the already trained model to the onyx IR and see if that improves performance (if it does think about how this can be integrated...

performance

Get `AccStats` to generate every single viable accuracy metrics it can think of for the problem types. For starters let's do everything under sklearn's `metrics` + whatever @paxcema thinks is...

enhancement

The methods are a bit confusing, especially the `get_{x}` methods, try to take a look at this and see if we can simplify it.

discussion
refactor

We need to add a static analysis tool that triggers on each PR and provides a report, ideally `flake8` style where we can configure its behaviour *and* have the action...

help wanted
good first issue
test
hacktoberfest