We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda5e45 commit ab8e682Copy full SHA for ab8e682
2 files changed
README.md
@@ -6,6 +6,8 @@ relieves the scientist from the majority of the technical code and only prototyp
6
more time in the development of recommendation models and less time has to be spent in the development of a prototype
7
while at the same time getting prototypes that can be used in real-world settings.
8
9
+
10
+
11
## Setup
12
Ensure that the following tools are installed:
13
* Docker
setup.py
@@ -9,7 +9,7 @@
setup(
include_package_data=True,
name='comment-recommendation-framework',
- version='0.16.5',
+ version='0.16.6',
long_description=long_description,
14
long_description_content_type='text/markdown',
15
package_data={
0 commit comments