{"id":13633378,"url":"https://github.com/automl/HpBandSter","last_synced_at":"2025-04-18T10:34:46.334Z","repository":{"id":47864159,"uuid":"114566317","full_name":"automl/HpBandSter","owner":"automl","description":"a distributed Hyperband implementation on Steroids","archived":false,"fork":false,"pushed_at":"2022-10-16T06:18:34.000Z","size":7517,"stargazers_count":609,"open_issues_count":66,"forks_count":111,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-07-28T00:37:23.797Z","etag":null,"topics":["automated-machine-learning","automl","bayesian-optimization","hyperparameter-optimization","neural-architecture-search"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-17T20:28:20.000Z","updated_at":"2024-07-24T20:12:28.000Z","dependencies_parsed_at":"2022-09-10T23:20:19.510Z","dependency_job_id":null,"html_url":"https://github.com/automl/HpBandSter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automl%2FHpBandSter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automl%2FHpBandSter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automl%2FHpBandSter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automl%2FHpBandSter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automl","download_url":"https://codeload.github.com/automl/HpBandSter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213597600,"owners_count":15610713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automated-machine-learning","automl","bayesian-optimization","hyperparameter-optimization","neural-architecture-search"],"created_at":"2024-08-01T23:00:35.961Z","updated_at":"2024-08-01T23:01:31.916Z","avatar_url":"https://github.com/automl.png","language":"Python","funding_links":[],"categories":["AutoML","参数优化","Profiling","Scheduling","超参数优化和AutoML","Libraries","Tools and projects"],"sub_categories":["Profiling","Distributed Frameworks","LLM"],"readme":"# HpBandSter [![Build Status](https://travis-ci.org/automl/HpBandSter.svg?branch=master)](https://travis-ci.org/automl/HpBandSter)  [![codecov](https://codecov.io/gh/automl/HpBandSter/branch/master/graph/badge.svg)](https://codecov.io/gh/automl/HpBandSter)\na distributed Hyperband implementation on Steroids\n\n## News: Not Maintained Anymore!\n\nPlease note that we don't maintain this repository anymore. We also cannot ensure that we can reply to issues in the issue tracker or look into PRs. \n\nWe offer two successor  packages which showed in our [HPOBench paper](https://arxiv.org/abs/2109.06716) superior performance:\n\n1. [SMAC3](https://github.com/automl/SMAC3): is a versatile HPO package with different HPO strategies. It also implements the main idea of BOHB, but uses a RF (or GP) as a predictive model instead of a KDE.\n2. [DEHB](https://github.com/automl/dehb): is a HPO package using a combination of differential evolution and hyperband. \n\nIn particular, SMAC3 has an active group of developers working on it and maintaining it. So, we strongly recommend using one of these two packages instead of HPBandSter.\n\n## Overview\n\nThis python 3 package is a framework for distributed hyperparameter optimization.\nIt started out as a simple implementation of [Hyperband (Li et al. 2017)](http://jmlr.org/papers/v18/16-558.html), and contains\nan implementation of [BOHB (Falkner et al. 2018)](http://proceedings.mlr.press/v80/falkner18a.html)\n\n## How to install\n\nWe try to keep the package on PyPI up to date. So you should be able to install it via:\n```\npip install hpbandster\n```\nIf you want to develop on the code you could install it via:\n\n```\npython3 setup.py develop --user\n```\n\n## Documentation\n\nThe documentation is hosted on github pages: [https://automl.github.io/HpBandSter/](https://automl.github.io/HpBandSter/)\nIt contains a quickstart guide with worked out examples to get you started in different circumstances.\nCheck it out if you are interest in applying one of the implemented optimizers to your problem.\n\nWe have also written a [blogpost](https://www.automl.org/blog_bohb/) showcasing the results from our ICML paper.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautoml%2FHpBandSter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautoml%2FHpBandSter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautoml%2FHpBandSter/lists"}