File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class FA(BaseAdaptEstimator):
9494 -----
9595 FA can be used for multi-source DA by using the ``domains`` argument
9696 in the ``fit`` or ``fit_transform`` method. An example is given
97- `[here] <https://github.com/adapt-python/adapt/issues/86>`
97+ `[here] <https://github.com/adapt-python/adapt/issues/86>`_
9898 """
9999 def __init__ (self ,
100100 estimator = None ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h2> Modules </h2>
3131 < p class ="card-text "> Feature-based methods are based on the research of common features which have similar
3232 behaviour with respect to the task on source and target domain. </ p >
3333 < p class ="card-text "> < strong > Algorithms:</ strong >
34- < a href ="{{ pathto( "generated /adapt.feature_based.FE ") }}"> FE </ a > ,
34+ < a href ="{{ pathto( "generated /adapt.feature_based.FA ") }}"> FA </ a > ,
3535 < a href ="{{ pathto( "generated /adapt.feature_based.CORAL") }}"> CORAL</ a > ,
3636 < a href ="{{ pathto( "generated /adapt.feature_based.DANN") }}"> DANN</ a > , ...
3737 </ p >
You can’t perform that action at this time.
0 commit comments