Skip to content

Commit a8ec26f

Browse files
committed
Release 1.5
1 parent 622abaa commit a8ec26f

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

Changes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changes in the BigML.io Java bindings
22

3+
## 1.5 version
4+
5+
### Improvements
6+
7+
* Create dataset from list of Datasets
8+
* Correlation Resource
9+
* StatisticalTest Resource
10+
* Logistic Regression Resource
11+
* Tests renaming and fixing
12+
* Made Local Ensemble and dependencies serializable
13+
* Preditcion/BatchPrediction: create from LogisticRegression
14+
* Create model from cluster
15+
* Whizzml Resources
16+
17+
318
## 1.4.2 version
419

520
### Bugs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add the following dependency to your project's pom.xml file:
2828
<dependency>
2929
<groupId>org.bigml</groupId>
3030
<artifactId>bigml-binding</artifactId>
31-
<version>1.4.1</version>
31+
<version>1.5</version>
3232
</dependency>
3333

3434
Add the following lines to your project's pom.xml file if you want to use the SNAPSHOT versions of the library:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.bigml</groupId>
66
<artifactId>bigml-binding</artifactId>
7-
<version>1.4.2</version>
7+
<version>1.5</version>
88
<packaging>jar</packaging>
99

1010
<name>BigML.io Java bindings</name>

0 commit comments

Comments
 (0)