Skip to content

Commit

Permalink
Update ModelForm.js broken links (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Oct 31, 2023
1 parent e37ba7e commit ae2cfa5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ import { defaultAlgorithms, mapStateToProps } from "../../../globals.js";
const requirements = [
{
value: "tensorflow",
link: "https://asreview.readthedocs.io/en/latest/API/generated/asreview.models.classifiers.NN2LayerClassifier.html#asreview-models-classifiers-nn2layerclassifier",
link: "https://asreview.readthedocs.io/en/latest/generated/asreview.models.classifiers.NN2LayerClassifier.html#asreview-models-classifiers-nn2layerclassifier",
},
{
value: "gensim",
link: "https://asreview.readthedocs.io/en/latest/API/generated/asreview.models.feature_extraction.Doc2Vec.html#asreview-models-feature-extraction-doc2vec",
link: "https://asreview.readthedocs.io/en/latest/generated/asreview.models.feature_extraction.Doc2Vec.html#asreview-models-feature-extraction-doc2vec",
},
{
value: "sentence-transformers",
link: "https://asreview.readthedocs.io/en/latest/API/generated/asreview.models.feature_extraction.SBERT.html#asreview-models-feature-extraction-sbert",
link: "https://asreview.readthedocs.io/en/latest/generated/asreview.models.feature_extraction.SBERT.html#asreview-models-feature-extraction-sbert",
},
];

Expand Down

0 comments on commit ae2cfa5

Please sign in to comment.