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 181 dffml issues
Sort by recently updated
recently updated
newest added

Current implementation of `MemoryLockNetworkContext` is such that it locks all parent inputs and the input itself. What it should do is look at the parents and let descendants of a...

bug
p0
tL

```console $ mkdir .output; alice please contribute -log debug -repos https://github.com/pdxjohnny/testaaaa -- recommended community standards 2>&1 | tee .output/$(date +%4Y-%m-%d-%H-%M).txt DEBUG:dffml.MemoryOperationImplementationNetworkContext:Stage: PROCESSING: alice.please.contribute.recommended_community_standards.alice.operations.github.pull_request.AlicePleaseContributeRecommendedCommunityStandardsOverlayGitHubPullRequestReferenceIssue:readme_pr_body DEBUG:dffml.MemoryOperationImplementationNetworkContext:Inputs: {'readme_issue': 'https://github.com/pdxjohnny/testaaaa/issues/6'} DEBUG:dffml.MemoryOperationImplementationNetworkContext:Conditions: {} DEBUG:dffml.MemoryOperationImplementationNetworkContext:Outputs: {'result':...

bug

## Describe the bug Something bad happened!? A clear and concise description of what the bug is. ## Steps To Reproduce What were you doing when the bug happened. ```python...

bug
kind/infrastructure

Enable stacking of chains of validation opertions executed in defined sequence or with ordered registred prirority via overlays. Probably done by modifying input/conditional flow of each operation with data type...

- [ ] image files - [ ] pdf files ```bash set -xe REPO_URL=https://github.com/intel/dffml BRANCH=$BRANCH TEMPDIR=$(mktemp -d) GIT_FILTER_REPO_PATHS=$(mktemp) rm -rf $TEMPDIR mkdir $TEMPDIR cd $TEMPDIR git init git remote add...

bug
housekeeping

Checkout the ToolJet source code, see how they offered an n8n integration which is similar to us. Write an equivalent integration to their current n8n one but for dffml execution....

enhancement
p0
tL

``` $ python -m pdb -m alice shouldi contribute -keys ~/Documents/python/cve-bin-tool -log debug ... OUTPUT CLIPED FOR BREVITY ... DEBUG:dffml.MemoryLockNetworkContext:Acquiring: 85851278-0d74-4baf-9020-35b078ecd1a7(GitRepoSpec(directory='/tmp/dffml-feature-git-1rzly4rx', URL='/home/pdxjohnny/Documents/python/cv[145/1363$ ')) DEBUG:dffml.MemoryOperationImplementationNetworkContext:Outputs: {'lines_by_language': {'autoconf': {'files': 1, 'lines': 5,...

kind/dataflow
Alice

`get_parents` was meant as a way to get the ancestry of a piece of data in the InputNetwork. This functionality may need to be removed. https://github.com/intel/dffml/blob/2c671985d3aef0886554397c729aa2b667884be1/dffml/df/types.py#L115-L117 Places needing modification https://github.com/intel/dffml/blob/2c671985d3aef0886554397c729aa2b667884be1/dffml/df/base.py#L284-L296...

enhancement
p2
tL
Alice

- [ ] Check for status of common files - [ ] README - [ ] Code of conduct - [ ] Contributing - [ ] License - [ ]...

Alice

@yashlamba @sakshamarora1 and I talked about this last night in relation to @builtree - https://patterns.innersourcecommons.org/ - https://intel.github.io/dffml/main/examples/innersource/index.html - In the 0.4.0 release this was called Software Portal - https://github.com/intel/dffml/commit/2e42032e0a0872ef75a0920578746d0880b9cb70 -...

documentation
usecase/innersource