Model Search
by Community

OSS
Model Search
Added 1 June 2026
Overview
Model Search is a Python library that automates the search over model architectures and hyperparameters to find optimal configurations. It tracks experiment metadata and performance metrics, making it usable within observability pipelines. The tool is community-maintained and integrates with standard ML workflows.
Best for
Best for
Data scientists and ML engineers automating model selection and experimentation
Use cases
- Automated hyperparameter tuning for classification and regression models
- Neural architecture search for deep learning experiments
- Experiment tracking and comparison across multiple model candidates
Notes
Model Search is a Python library that automates the search over model architectures and hyperparameters to find optimal configurations. It tracks experiment metadata and performance metrics, making it usable within observability pipelines. The tool is community-maintained and integrates with standard ML workflows.
3,245 stars on GitHub. Last updated 2024-07-30. Licensed Apache-2.0.
Use cases
- Automated hyperparameter tuning for classification and regression models
- Neural architecture search for deep learning experiments
- Experiment tracking and comparison across multiple model candidates
Pros
- Open-source with 3.2k GitHub stars and active community support
- Written in Python, easy to integrate with existing ML stacks
- Reduces manual trial-and-error in model selection
Cons
- Requires significant computational resources for large search spaces
- Limited documentation and examples beyond basic usage
- Not suitable for real-time inference or production deployment without additional tooling
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Open-source with 3.2k GitHub stars and active community support
- Written in Python, easy to integrate with existing ML stacks
- Reduces manual trial-and-error in model selection
Cons
- Requires significant computational resources for large search spaces
- Limited documentation and examples beyond basic usage
- Not suitable for real-time inference or production deployment without additional tooling
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
scikit-learn
Community
scikit-learn: machine learning in Python