معرفی شرکت ها


ConfigSpace-0.6.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Creation and manipulation of parameter configuration spaces for automated algorithm configuration and hyperparameter tuning.
ویژگی مقدار
سیستم عامل -
نام فایل ConfigSpace-0.6.1
نام ConfigSpace
نسخه کتابخانه 0.6.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده ['Matthias Feurer', 'Katharina Eggensperger', 'Syed Mohsin Ali', 'Christina Hernandez Wunsch', 'Julien-Charles Levesque', 'Jost Tobias Springenberg', 'Philipp Mueller', 'Marius Lindauer', 'Jorn Tuyls', 'Eddie Bergman']
ایمیل نویسنده feurerm@informatik.uni-freiburg.de
آدرس صفحه اصلی https://github.com/automl/ConfigSpace
آدرس اینترنتی https://pypi.org/project/ConfigSpace/
مجوز BSD 3-clause
# ConfigSpace A simple Python/Cython module implementing a domain specific language to manage configuration spaces for algorithm configuration and hyperparameter optimization tasks. Distributed under BSD 3-clause, see LICENSE except all files in the directory ConfigSpace.nx, which are copied from the networkx package and licensed under a BSD license. The documentation can be found at [https://automl.github.io/ConfigSpace/main/](https://automl.github.io/ConfigSpace/main/). Further examples can be found in the [SMAC documentation](https://automl.github.io/SMAC3/main/pages/examples/index.html). ## Minimum Example ```python from ConfigSpace import ConfigurationSpace cs = ConfigurationSpace( name="myspace", space={ "a": (0.1, 1.5), # UniformFloat "b": (2, 10), # UniformInt "c": ["mouse", "cat", "dog"], # Categorical }, ) configs = cs.sample_configuration(2) ``` ## Citing the ConfigSpace ```bibtex @article{ title = {BOAH: A Tool Suite for Multi-Fidelity Bayesian Optimization & Analysis of Hyperparameters}, author = {M. Lindauer and K. Eggensperger and M. Feurer and A. Biedenkapp and J. Marben and P. Müller and F. Hutter}, journal = {arXiv:1908.06756 {[cs.LG]}}, date = {2019}, } ```


نیازمندی

مقدار نام
- numpy
- pyparsing
- scipy
- typing-extensions
- more-itertools
>=4.6 pytest
- mypy
- pre-commit
- pytest-cov
>=0.1.11 automl-sphinx-theme


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl ConfigSpace-0.6.1:

    pip install ConfigSpace-0.6.1.whl


نصب پکیج tar.gz ConfigSpace-0.6.1:

    pip install ConfigSpace-0.6.1.tar.gz