Skip to content

Commit ac31a88

Browse files
committed
readme
1 parent 9bdb218 commit ac31a88

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)