GitPedia
adapt-python

adapt-python/adapt

Awesome Domain Adaptation Python Toolbox

16 Releases
Latest: 6mo ago
0.4.5Latest
github-actions[bot]github-actions[bot]ยท6mo agoยทDecember 2, 2025
GitHub

๐Ÿ“‹ Changes

  • Update setup.py @antoinedemathelin (#134)

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: new sklearn version compatibility @antoinedemathelin (#121)
0.4.4
github-actions[bot]github-actions[bot]ยท2y agoยทDecember 13, 2023
GitHub

๐Ÿ“‹ Changes

  • Update setup.py @antoinedemathelin (#107)

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: Fix compatibility issue with latest Tensorflow version @antoinedemathelin (#119)
0.4.3
github-actions[bot]github-actions[bot]ยท3y agoยทJune 18, 2023
GitHub

๐Ÿ“‹ Changes

  • Set tf version below 2.12 and cvxopt below 1.3.0 @antoinedemathelin (#104)
  • remove dummy prints @antoinedemathelin (#88)

โœจ ๐Ÿš€ Features

  • feat: RegularTransfer Gaussian Process @antoinedemathelin (#106)
  • feat: Model selection using combination of different Transfer algorithms @atiqm (#105)

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: Tensorflow, sklearn updates @antoinedemathelin (#100)

๐Ÿ“ ๐Ÿ“š Documentation

  • docs: fix typos @antoinedemathelin (#101)
  • docs: Fixed some typos @BastienZim (#99)
  • docs: Updates doc and test @antoinedemathelin (#85)
0.4.2
github-actions[bot]github-actions[bot]ยท3y agoยทSeptember 17, 2022
GitHub

๐Ÿ“‹ Changes

  • Add IWC @antoinedemathelin (#82)
  • test: Add test ULSIF RULSIF @antoinedemathelin (#81)
  • Add placeholders links for missing algorithm in the flowchart @antoinedemathelin (#59)
  • Add n\_features\_in\_ to BaseAdapt @antoinedemathelin (#55)

โœจ ๐Ÿš€ Features

  • feat: ULSIF and RULSIF @AlejandrodelaConcha (#80)
  • feat: Add IWN @antoinedemathelin (#79)
  • feat: Add LinInt @antoinedemathelin (#78)
  • feat: Add PRED @antoinedemathelin (#77)
  • feat: Add balanced Weighting @antoinedemathelin (#76)
  • feat: Add TCA @antoinedemathelin (#75)
  • feat: Update \_kliep.py @ymouad (#70)

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: Modif KLIEP original @antoinedemathelin (#83)
  • fix: Add kernel initializers @antoinedemathelin (#71)
  • fix: KLIEP + DANN + RegularTransfer for Tensorflow 2.3.1 @antoinedemathelin (#64)
  • fix: Remove test on high dataset @antoinedemathelin (#56)

๐Ÿ“ ๐Ÿ“š Documentation

  • docs: Add doc ULSIF, RULSIF, IWN, IWC, PRED... @antoinedemathelin (#84)
  • docs: Update \_kliep.py @ymouad (#73)
0.4.1
github-actions[bot]github-actions[bot]ยท4y agoยทMay 9, 2022
GitHub

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: change prediction in TrAdaBoost @antoinedemathelin (#54)
  • fix: modify BaseAdaptDeep because of batch and dataset length issues @antoinedemathelin (#52)

๐Ÿ“ ๐Ÿ“š Documentation

  • docs: Add examples on real datasets @antoinedemathelin (#51)
  • docs: Update examples @antoinedemathelin (#49)
0.4.0
github-actions[bot]github-actions[bot]ยท4y agoยทApril 12, 2022
GitHub

๐Ÿ“‹ Changes

  • change pairwise distance @antoinedemathelin (#38)
  • fix ser/strut options and parameters @atiqm (#39)
  • Create .gitattributes @antoinedemathelin (#37)

โœจ ๐Ÿš€ Features

  • feat: Add TransferForestClassifier @atiqm (#35)
  • feat: first commit ser strut @atiqm (#25)
  • feat: Add methods CCSA+LDM+fMMD+NNW+SA+FineTuning @antoinedemathelin (#26)

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: Update transfer tree + Fix clone for parameter based methods @antoinedemathelin (#31)

๐Ÿ“ ๐Ÿ“š Documentation

  • docs: Add TrAdaBoost experiments @antoinedemathelin (#45)
  • docs: correct typos @antoinedemathelin (#42)
  • docs: fix typos kmm @antoinedemathelin (#43)
  • docs: add python 39 @antoinedemathelin (#36)
  • docs: Add flowchart @antoinedemathelin (#29)
  • docs: remove new tf methods from doc @antoinedemathelin (#28)
  • docs: Update docs for SA+LDM+fMMD+FineTuning+... @antoinedemathelin (#27)
  • docs: Update \_kliep.py @ymouad (#24)
0.3.1
github-actions[bot]github-actions[bot]ยท4y agoยทFebruary 10, 2022
GitHub

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: Remove tests from package @antoinedemathelin (#20)
0.3.0
github-actions[bot]github-actions[bot]ยท4y agoยทFebruary 1, 2022
GitHub

๐Ÿ“‹ Changes

  • test: Add test WANN @antoinedemathelin (#16)

โœจ ๐Ÿš€ Features

  • feat: Override predict of network to gain speed @antoinedemathelin (#17)
  • feat: Add WANN @antoinedemathelin (#15)
  • feat: Add CDAN @antoinedemathelin (#14)

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: Fix bugs Deep methods @antoinedemathelin (#19)

๐Ÿ“ฆ ๐Ÿงฐ Maintenance

  • refactor: Refactoring Adapt @antoinedemathelin (#18)
0.2.9
github-actions[bot]github-actions[bot]ยท4y agoยทOctober 18, 2021
GitHub

๐Ÿ“‹ Changes

  • test: Fix bug with TransformedTargetRegressor @antoinedemathelin (#8)

โœจ ๐Ÿš€ Features

  • feat: Add WDGRL method @antoinedemathelin (#12)

๐Ÿ› ๐Ÿ› Bug Fixes

  • fix: coral, kliep, GradientHandler @antoinedemathelin (#9)

๐Ÿ“ ๐Ÿ“š Documentation

  • docs: Fix references links in MCD and MDD @antoinedemathelin (#13)
  • docs: Fix navigation bar @antoinedemathelin (#11)
0.2.8
github-actions[bot]github-actions[bot]ยท4y agoยทSeptember 21, 2021
GitHub

๐Ÿ“ฆ ๐Ÿงฐ Maintenance

  • ci: Update publish-doc-to-remote.yml @antoinedemathelin (#7)
0.2.7
github-actions[bot]github-actions[bot]ยท4y agoยทSeptember 21, 2021
GitHub

๐Ÿ“ ๐Ÿ“š Documentation

  • docs: change github links in notebooks @antoinedemathelin (#6)
  • docs: Update documentation @antoinedemathelin (#5)

๐Ÿ“ฆ ๐Ÿงฐ Maintenance

  • ci: update codecov.yml @antoinedemathelin (#2)
  • ci: Update pr-labeler.yml @antoinedemathelin (#4)
  • ci: Add docs workflows @antoinedemathelin (#3)
  • ci: Updating workflow @antoinedemathelin (#1)
0.2.6
antoinedemathelinantoinedemathelinยท4y agoยทSeptember 8, 2021
GitHub
0.2.1
antoinedemathelinantoinedemathelinยท4y agoยทAugust 31, 2021
GitHub
0.2.0
antoinedemathelinantoinedemathelinยท4y agoยทJuly 7, 2021
GitHub
0.1.0
antoinedemathelinantoinedemathelinยท5y agoยทJuly 20, 2020
GitHub
0.0.1
antoinedemathelinantoinedemathelinยท5y agoยทJune 25, 2020
GitHub