We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This wiki contains all the function parameter name changes/cleanup for POT 1.0
------------------documentation/examples------------------
n -> n_source_samples
xs/xt -> x_source/x_target
G0/Gs -> Gamma_emd/ Gamma_sinkhorn (May be ?)
reg parameter entropic -> epsilon (blur ?)
d (dimension parameter) -> n_features
N (barycenter example) -> N_distributions
X1 -> X_source (color transfer)
------------------variable names------------------
numItermax -> maxiter (scikit-learn compatible)
numInnerItermax -> maxiter_inner
stopThr -> stop_threshold
(reg -> blur ?)
log (variable not bool) -> return_log (function param)
Remi: log seems clear to ma as a variable name, what do scikit-leran do ?