dffml icon indicating copy to clipboard operation
dffml copied to clipboard

The easiest way to use Machine Learning. Mix and match underlying ML libraries and data set sources. Generate new datasets or modify existing ones with ease.

Results 160 dffml issues
Sort by recently updated
recently updated
newest added

Follow the new model tutorial (the Oregon COVID data example may also be helpful). Then try to implement a model using Orion https://sintel.dev/Orion/ https://github.com/sintel-dev/Orion

enhancement
good first issue
kind/ml
p3
tS

## Pain Point Currently, we have few models capable of time series forecasting and we need more models for the same. ## Proposed Solution Implement the following models in DFFML:...

enhancement

The screenshot of the grading rubric seems to be missing in https://intel.github.io/dffml/master/contributing/gsoc/rubric.html and is nowhere to be found in the repository.

documentation

Document how to rebase in branches

documentation

``` 478 if auto_def_outputs and len(self.parent.op.outputs) == 1: 479 if inspect.isasyncgen(result): 480 481 async def convert_asyncgen(outputs): 482 async for yielded_output in outputs: 483 yield { 484 list(self.parent.op.outputs.keys())[ 485 0 486...

## Pain Point Currently when a use modifies `dataflow.flow` the dataflow is not updated unless `dataflow.update()` is called. For example: https://github.com/intel/dffml/blob/8c87efaf55707bf1c3f72406226de85111fb7681/examples/io/io_usage.py#L11-L49 ## Proposed Solution Ideally whenever `flow` is modified, or...

enhancement
good first issue
kind/dataflow

## Describe the bug Link in CONTRIBUTING.md is broken

bug

When I do click the hyperlink of Contributing page in README.md then it shows page not found 404.

documentation

Python3.9 Venv scipy 1.4.1 I've recreated the issue faced by some new folks. As pointed out by @programmer290399 it could just be caused by Python3.9. However, this is simply solved...

bug

DFFML has started it's [web UI](https://intel.github.io/dffml/master/webui/). Using something like https://github.com/alyssaxuu/flowy, we need to enable users to visually create dataflows. ![flowy Demo](https://media.giphy.com/media/dv1C56OywrP7Cn20nr/giphy.gif) This is similar to [](https://intel.github.io/dffml/usage/integration.html) but instead of creating...

enhancement
gsoc
kind/dataflow
p3
tL