Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Removed all references to DSSM in NimbusML #374

Merged
merged 1 commit into from
Nov 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions src/python/docs/docstrings/DssmFeaturizer.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/python/docs/docstrings/SsweEmbedding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@

.. seealso::
:py:class:`NGramFeaturizer <nimbusml.feature_extraction.text.NGramFeaturizer>`,
:py:class:`DssmFeaturizer <nimbusml.feature_extraction.text.DssmFeaturizer>`,
:py:class:`Sentiment <nimbusml.feature_extraction.text.Sentiment>`,
:py:class:`WordEmbedding <nimbusml.feature_extraction.text.WordEmbedding>`.

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/python/nimbusml.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@
<Content Include="docs\docstrings\CustomStopWordsRemover.txt" />
<Content Include="docs\docstrings\Dart.txt" />
<Content Include="docs\docstrings\DnnFeaturizer.txt" />
<Content Include="docs\docstrings\DssmFeaturizer.txt" />
<Content Include="docs\docstrings\EnsembleClassifier.txt" />
<Content Include="docs\docstrings\EnsembleRegressor.txt" />
<Content Include="docs\docstrings\ExponentialAverage.txt" />
Expand Down
2 changes: 1 addition & 1 deletion src/python/tests/test_estimator_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}

OMITTED_CHECKS_TUPLE = (
'OneHotHashVectorizer, FromKey, DssmFeaturizer, DnnFeaturizer, '
'OneHotHashVectorizer, FromKey, DnnFeaturizer, '
'PixelExtractor, Loader, Resizer, \
GlobalContrastRowScaler, PcaTransformer, '
'ColumnConcatenator, Sentiment, CharTokenizer, LightLda, '
Expand Down
1 change: 0 additions & 1 deletion src/python/tools/manifest_diff.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
"Common.MakeArrayIDataView",
"Common.MakeArrayIPredictorModel",
"CountTable.Create",
"Dssm.Trigram",
"EnsembleCreator.CreateAnomalyPipelineEnsemble",
"EnsembleCreator.CreateBinaryEnsemble",
"EnsembleCreator.CreateBinaryPipelineEnsemble",
Expand Down