Metadata-Version: |
2.1 |
Name: |
opda |
Version: |
0.7.0 |
Summary: |
Design and analyze optimal deep learning models. |
Author-Email: |
Nicholas Lourie <dev[at]nicholaslourie.com> |
Project-Url: |
Documentation, https://nicholaslourie.github.io/opda |
Project-Url: |
Source, https://github.com/nicholaslourie/opda |
Project-Url: |
Issues, https://github.com/nicholaslourie/opda/issues |
Project-Url: |
Changelog, https://nicholaslourie.github.io/opda/changelog.html |
License: |
Apache-2.0 |
Keywords: |
opda,optimal design analysis,hyperparameter tuning,machine learning,ml,deep learning,dl,artificial intelligence,ai |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
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: |
Operating System :: OS Independent |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Requires-Python: |
>=3.8 |
Requires-Dist: |
numpy (>=1.23) |
Requires-Dist: |
scipy (>=1.10) |
Requires-Dist: |
lxml (==5.3.0); extra == "ci" |
Requires-Dist: |
nox (==2023.4.22); extra == "ci" |
Requires-Dist: |
requests (==2.31.0); extra == "ci" |
Requires-Dist: |
tomli; python_version < "3.11" and extra == "ci" |
Requires-Dist: |
furo (==2023.9.10); extra == "docs" |
Requires-Dist: |
matplotlib (==3.7.4); extra == "docs" |
Requires-Dist: |
numpydoc (==1.6.0); extra == "docs" |
Requires-Dist: |
sphinx (==7.1.2); extra == "docs" |
Requires-Dist: |
tomli; python_version < "3.11" and extra == "docs" |
Requires-Dist: |
ruff (==0.1.13); extra == "lint" |
Requires-Dist: |
notebook (==7.0.6); extra == "nbs" |
Requires-Dist: |
build (==1.2.1); extra == "package" |
Requires-Dist: |
twine (==5.1.1); extra == "package" |
Requires-Dist: |
pytest (==7.4.4); extra == "test" |
Provides-Extra: |
ci |
Provides-Extra: |
docs |
Provides-Extra: |
lint |
Provides-Extra: |
nbs |
Provides-Extra: |
package |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |