https://github.com/autoresearch/autora-experimentalist-nearest-value
https://github.com/autoresearch/autora-experimentalist-nearest-value
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: AutoResearch
- License: mit
- Language: Python
- Default Branch: main
- Size: 717 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 6
Created about 3 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
README.md
AutoRA Nearest Value Experimentalist
A experimentalist which returns the nearest values between the input samples and the allowed values, without replacement.
Example Code
``` from autora.experimentalist.nearestvalue import nearestvalues_sampler import numpy as np
Meta-Setup
Xallowed = np.linspace(-3, 6, 10) X = np.random.choice(Xallowed,10) n = 5
Sampler
Xnew = nearestvaluessampler(X, Xallowed, n) ```
Owner
- Name: Autonomous Empirical Research Initiative
- Login: AutoResearch
- Kind: organization
- Website: www.empiricalresearch.ai
- Repositories: 12
- Profile: https://github.com/AutoResearch
We strive to enhance and accelerate scientific discovery by automating steps in the empirical research process.