adapt and pytorch-adapt

These are competitors offering overlapping domain adaptation functionality—both provide modular frameworks for transfer learning across domains, though ADAPT has broader adoption while pytorch-adapt offers PyTorch-native customization.

adapt
60
Established
pytorch-adapt
46
Emerging
Maintenance 6/25
Adoption 10/25
Maturity 25/25
Community 19/25
Maintenance 0/25
Adoption 10/25
Maturity 25/25
Community 11/25
Stars: 366
Forks: 54
Downloads:
Commits (30d): 0
Language: Python
License: BSD-2-Clause
Stars: 394
Forks: 19
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m

About adapt

adapt-python/adapt

Awesome Domain Adaptation Python Toolbox

This toolbox helps data scientists and machine learning engineers build predictive models that perform well even when the data used for training is different from the data they will be used on. You feed it existing data from one domain (source) and new data from a related but different domain (target), and it outputs a refined machine learning model tailored for the target domain. This is useful for anyone applying machine learning models in evolving real-world scenarios.

predictive-modeling data-drift model-adaptation machine-learning-deployment cross-domain-analysis

About pytorch-adapt

KevinMusgrave/pytorch-adapt

Domain adaptation made easy. Fully featured, modular, and customizable.

This tool helps machine learning engineers and researchers adapt existing models to perform well on new, related datasets without needing to retrain from scratch. You provide your pre-trained model and data from a new 'target' domain, and it outputs an adapted model ready for use. It's designed for practitioners who work with machine learning models and need to deploy them in varied environments or with evolving data.

machine-learning model-deployment data-drift AI-research predictive-modeling

Scores updated daily from GitHub, PyPI, and npm data. How scores work