File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3434Add the following lines to your project's pom.xml file if you want to use the SNAPSHOT versions of the library:
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments