Metadata-Version: 2.1
Name: deep_pipe
Version: 0.4.3
Summary: A collection of tools for deep learning experiments
Home-page: https://github.com/neuro-ml/deep_pipe
Download-URL: https://github.com/neuro-ml/deep_pipe/v0.4.3.tar.gz
Author: NeuroML Group
License: MIT License
        
        Copyright (c) 2017-2024 NeuroML Group
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/neuro-ml/deep_pipe
Project-URL: Issues, https://github.com/neuro-ml/deep_pipe/issues
Project-URL: Source, https://github.com/neuro-ml/deep_pipe
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: imageio
Requires-Dist: numpy<3.0.0
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: scikit-learn>=0.19
Requires-Dist: tqdm
Requires-Dist: pdp==0.3.*
Requires-Dist: lazycon<1.0.0,>=0.1.0
Requires-Dist: loky<4.0.0,>=3.0.0
Requires-Dist: torch
Requires-Dist: imops<1.0.0,>=0.8.4

# Deep pipe

A collection of tools for deep learning experiments.


## Installation:
Using pip
```bash
pip install deep-pipe
```

Or from GitHub
```bash
git clone https://github.com/neuro-ml/deep_pipe.git
cd deep_pipe
pip install -e .
```

## Documentation

https://deep-pipe.readthedocs.io/en/latest/
