We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc88493 commit f5c3d2fCopy full SHA for f5c3d2f
2 files changed
README.md
@@ -17,7 +17,7 @@ This project aims to used text exported ML models generated by sci-kit learn and
17
<dependency>
18
<groupId>rocks.vilaverde</groupId>
19
<artifactId>scikit-learn-2-java</artifactId>
20
- <version>1.0.0</version>
+ <version>1.0.1</version>
21
</dependency>
22
```
23
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>1.0.1-SNAPSHOT</version>
10
11
<name>${project.groupId}:${project.artifactId}</name>
12
<description>A sklearn exported_text models parser for executing in the Java runtime.</description>
0 commit comments