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):
94
94
-----
95
95
FA can be used for multi-source DA by using the ``domains`` argument
96
96
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>`_
98
98
"""
99
99
def __init__ (self ,
100
100
estimator = None ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h2> Modules </h2>
31
31
< p class ="card-text "> Feature-based methods are based on the research of common features which have similar
32
32
behaviour with respect to the task on source and target domain. </ p >
33
33
< 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 > ,
35
35
< a href ="{{ pathto( "generated /adapt.feature_based.CORAL") }}"> CORAL</ a > ,
36
36
< a href ="{{ pathto( "generated /adapt.feature_based.DANN") }}"> DANN</ a > , ...
37
37
</ p >
You can’t perform that action at this time.
0 commit comments