Skip to content
Draft
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
Empty file added .wlock
Empty file.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

61 changes: 0 additions & 61 deletions Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions README.md

This file was deleted.

10 changes: 6 additions & 4 deletions code-env/python/desc.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"acceptedPythonInterpreters": ["PYTHON27"],
"forceConda": false,
"installCorePackages": true,
"installJupyterSupport": false
"acceptedPythonInterpreters": [
"PYTHON36"
],
"forceConda": false,
"installCorePackages": true,
"installJupyterSupport": false
}
4 changes: 3 additions & 1 deletion code-env/python/spec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ numpy==1.16.4
scipy==1.2.2
gensim==3.8.2
scikit-learn==0.20.4
tensorflow==1.15.2
tensorflow==1.14.0
tensorflow-hub==0.5.0
torch==1.3.1
transformers==2.11.0
12 changes: 2 additions & 10 deletions custom-recipes/sentence-embedding-compute/recipe.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"type": "COLUMNS",
"description": "",
"mandatory": true,
"columnRole":"input_dataset"
"columnRole": "input_dataset"
},
{
"name": "aggregation_method",
Expand Down Expand Up @@ -84,14 +84,6 @@
"description": "Used for computing SIF weights.",
"type": "DOUBLE",
"defaultValue": 0.001
},
{
"visibilityCondition": "model.advanced_settings",
"name": "n_principal_components",
"label": "[SIF] Principal Components",
"description": "Number of components to remove in SIF computation.",
"type": "INT",
"defaultValue": 1
}
]
}
}
Empty file modified custom-recipes/sentence-embedding-compute/recipe.py
100755 → 100644
Empty file.
Empty file modified custom-recipes/sentence-embedding-similarity/recipe.json
100755 → 100644
Empty file.
Empty file modified custom-recipes/sentence-embedding-similarity/recipe.py
100755 → 100644
Empty file.
Loading