machine-learning icon indicating copy to clipboard operation
machine-learning copied to clipboard

Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)

Results 78 machine-learning issues
Sort by recently updated
recently updated
newest added

We need to take advantage of the ubuntu 16.04 `base` container, by implementing puppet5x, and python3x.

build

The implementation of a local rancher instance is unnecessary. Additionally, upgrading to rancher 2.x involves the use of kubernetes. Refactoring the current rancher scripts to accomodate rancher is cumbersone. However,...

Resolves #3287.

pull: not ready

When issuing a `requests.post` from outside the corresponding docker unit tests, we get a 500 error. Specifically, the following was tested from a vagrant virtual machine: ```python import requests username...

bug

After 3-4 months, some dependencies have broke. Specifically, previous jest-enzyme tests broke. This is apparent when the previous `master` branch was labelled as passed, then became `failed` upon manually retriggering...

bug
unit test

We need to replace all `client.post` instances with `requests.post` in our documentation.

documentation

We need to create a react component, allowing users to input parameters for the association rules: - metric type: confidence, lift - minimum metric value - number of rules to...

new feature
frontend

We need to create a react component to list all association rules.

new feature
frontend

We need to create a react component to present the support, confidence, and lift.

new feature
frontend

We need to determine, and implement corresponding flask routes for our association rule mining.

new feature