This is the repo for distribution mapping based transfer learning.
source_set
,target_set
=> estimate distribution mapping =>DM
target_set
=> UseDM
to move to source space =>target_set_mapped
source_set
=> Train predictive model =>Model
target_set_mapped
=> predict response in the source space usingModel
=>target_response_pred_source
target_response_pred_source
=> UseDM
to map back to target space =>target_response_pred
---- Always under work ----
For the CRAN release R package, take a look at the DMTL repo.