tensorflow-load-csv icon indicating copy to clipboard operation
tensorflow-load-csv copied to clipboard

🤖 TensorFlow.js CSV loading on steroids. Clean up, normalise, transform, shuffle, and split your data all in a handful of lines and dive right into the fun parts of ML.

Results 28 tensorflow-load-csv issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.9.1 to 4.0.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v4.0.0 4.0.0 (2020-08-31) This release comes just a few months after the v3 release due to the much...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. Release notes Sourced from eslint's releases. v7.21.0 3cd5440 Upgrade: @eslint/eslintrc to 0.4.0 (#14147) (Brandon Mills) c0b8c71 Upgrade: Puppeteer to 7.1.0 (#14122) (Tim van der...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.8.0 to 4.16.1. Release notes Sourced from @typescript-eslint/parser's releases. v4.16.1 4.16.1 (2021-03-01) Bug Fixes typescript-estree: update TS version range (#3127) (0473674) v4.16.0 4.16.0 (2021-03-01) Bug Fixes eslint-plugin:...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 4.2.5 to 5.1.3. Release notes Sourced from husky's releases. v5.1.3 docs: add specific Yarn v2 install/uninstall instructions cli: husky init will detect Yarn v2 and initialize accordingly...

dependencies

Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 1.0.2 to 2.0.0. Release notes Sourced from eslint-plugin-markdown's releases. v2.0.0 53dc0e5 Docs: Remove prerelease README notes (#173) (Brandon Mills) 140adf4 2.0.0-rc.2 (ESLint Jenkins) 15d7aa6 Build: changelog update...

dependencies

Will need to modify the `loadCsv` options. Things to consider: - Should we have an enum of applicable scaling algorithms and request that as an option? Will be a breaking...

enhancement
estimate: 2

`loadCsv` is a sync method; provide an async counterpart called `loadCsvAsync`.

enhancement
estimate: 2