A collection of general-purpose Progressive Samplers (Latin-Hypercube, Jittered, Multi Jittered, etc). Mainly for Hyperparameter search
Project description
Progressive Samplers
Collection of progressive samplers for general use, mainly for Hyperparameter search
Install using pip
pip install prosamplers
Frequently Asked Questions
Some terminology explanations
What is a sampler?
A sampler is a method / algorithm that generates a sequence of points in a given search space
What is progressive?
A progressive sampler allows generating points on a point-by-point basis and does not required to say in advance how many points there need to be. They allow to ask for more points indefinetely, some only have a minimal memory footprint whereas other require complex memory mechanism
Why we need Progressive Samplers?
Most use cases may be solve with a simple Grid or Random search, but when dimensionality is not huge (< 100 or so dimensions) and the computation time for each point is really expensive, this alternative sampling methods could outperform naive methods as Grid or Random Search. As dimensionality increases, results tend to converge to those of Random Search
Usage
1+1
2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prosamplers-0.0.84.tar.gz.
File metadata
- Download URL: prosamplers-0.0.84.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dc67316aea19b8db83f2b6a8a2e13b4f75881e9564ec60d7d601a91d6482b19
|
|
| MD5 |
000c1c061ef155e28b53aa3c71f0237f
|
|
| BLAKE2b-256 |
3f79e84c261e39d1dafe7a792a0a1e2934e84b73f13ebf31349c9aad7f24c6aa
|
File details
Details for the file prosamplers-0.0.84-py3-none-any.whl.
File metadata
- Download URL: prosamplers-0.0.84-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90bb39ec4d8742d71ae47a67fbd9b765541453c995a5eb1f5c8543c0a7dad11a
|
|
| MD5 |
c2d5bc39a6a02bf65b3feebebe7dfecb
|
|
| BLAKE2b-256 |
0536d29b1a0013975b34f61d5b4200243b2353a60e14908edf5ae0e362968b3a
|