Metadata-Version: 2.1
Name: pytorch-estimator
Version: 0.3.1
Summary: Keras like estimator interface for pytorch
Home-page: https://github.com/AlpacaDB/pytorch-estimator.git
Author: Sho Yoshida
Author-email: yoshiso@alpaca.ai
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: torch (>=0.4.1)
Requires-Dist: dataclass-serializer (>=1.3.1)
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: PyYAML ; extra == 'tests'

UNKNOWN


