File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ xbatcher: Batch Generation from Xarray Datasets
2
+ ===============================================
3
+
4
+ |Build Status | |codecov | |docs | |DOI | |license |
5
+
6
+
7
+ Xbatcher is a small library for iterating xarray DataArrays in batches. The
8
+ goal is to make it easy to feed xarray datasets to machine learning libraries
9
+ such as Keras _. View the |docs | for more info.
10
+
11
+ .. _Keras : https://keras.io/
12
+
13
+
14
+ .. |Build Status | image :: https://travis-ci.org/rabernat/xbatcher.svg?branch=master
15
+ :target: https://travis-ci.org/rabernat/xbatcher
16
+ :alt: travis-ci build status
17
+ .. |codecov | image :: https://codecov.io/github/rabernat/xbatcher/coverage.svg?branch=master
18
+ :target: https://codecov.io/github/rabernat/xbatcher/?branch=master
19
+ :alt: code coverage
20
+ .. |docs | image :: http://readthedocs.org/projects/xbatcher/badge/?version=latest
21
+ :target: http://xbatcher.readthedocs.org/en/stable/?badge=latest
22
+ .. |license | image :: https://img.shields.io/github/license/mashape/apistatus.svg
23
+ :target: https://github.com/rabernat/xbatcher
24
+ :alt: license
You can’t perform that action at this time.
0 commit comments