We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297e868 commit 83d81d0Copy full SHA for 83d81d0
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.1</version>
+ <version>1.0.2</version>
21
</dependency>
22
```
23
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>1.0.2</version>
+ <version>1.0.3-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