Skip to main content

A collection of general-purpose Progressive Samplers (Latin-Hypercube, Jittered, Multi Jittered, etc). Mainly for Hyperparameter search

Project description

Title

Python version Version codecov Master Develop License

Progressive Samplers

Collection of progressive samplers for general use, mainly for Hyperparameter search

Install

pip install your_project_name

Definitions

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

How to use

Fill me in please! Don't forget code examples:

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

prosamplers-0.0.81.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

prosamplers-0.0.81-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file prosamplers-0.0.81.tar.gz.

File metadata

  • Download URL: prosamplers-0.0.81.tar.gz
  • Upload date:
  • Size: 5.7 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.1 CPython/3.8.7

File hashes

Hashes for prosamplers-0.0.81.tar.gz
Algorithm Hash digest
SHA256 aae3ec9593839f8c35d2f9882b5488b0fb1e2ebc110b8382f017feafcba85723
MD5 e927b826e5ebe3d1de5f4c00261f7d7f
BLAKE2b-256 ffb9e75fbeed9717413bcc96df73bb9fbf7e432f0ccbd6bb76d112bcb2562568

See more details on using hashes here.

File details

Details for the file prosamplers-0.0.81-py3-none-any.whl.

File metadata

  • Download URL: prosamplers-0.0.81-py3-none-any.whl
  • Upload date:
  • Size: 12.6 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.1 CPython/3.8.7

File hashes

Hashes for prosamplers-0.0.81-py3-none-any.whl
Algorithm Hash digest
SHA256 83c8798a48d8f8e7507a72a1463fa6173d307a5122b16e346052644a33a2648c
MD5 1154d45d5eae8cabe75ad8011351c4b7
BLAKE2b-256 33adcf1e35153879b10c4505476238fae4d6ce796c3301b3c33f80b837e7a0fa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page