Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,967 contributions in the last year
Contribution activity
October 2020
Created a pull request in intel/dffml that received 1 comment
tests: docs: consoletest: Test model tutorial
Remove old unittest based testing of model tutorial and replace it with consoletest variant, which is now run with the rest of the unittests
Created an issue in intel/dffml that received 1 comment
source: Need to implement length() method for all sources
We added a length property to the DataFlowSource
dffml/dffml/source/df.py Lines 94 to 105 in e36b0eb
As such we need to make length() an…
- docs: contributing: consoletest: Write documentation
- docs: plugins: models: pytorch: Only show config once
- base: Structured logging
- df: memory: Auto start doesn't handle conditions
- df: memory: Conditional ops should not present if no definitions are present for condition
- docs: cli: edit: all: Replace dataflow yaml with create command and diagram
- record: Separate confidence from prediction
- util: net: cached_download_unpack_archive: Remove directory on failure to extract
- style: Sort imports with isort