Skip to content

Commit

Permalink
Merge pull request #149 from sanity/addLogistic
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
athawk81 committed Nov 12, 2015
2 parents 7cc3dff + 7b95233 commit fc94e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
be accompanied by a bump in version number, regardless of how minor the change.
0.10.1 -->

<version> 0.10.6</version>
<version> 0.10.7</version>

<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class PredictiveModelOptimizer {
* @param crossValidator - Model tester takes a configuration and returns the loss
*/

public PredictiveModelOptimizer(Map<String, ? extends FieldValueRecommender> fieldsToOptimize, SimpleCrossValidator crossValidator, int iterations) {
public PredictiveModelOptimizer(Map<String, ? extends FieldValueRecommender> fieldsToOptimize, CrossValidator crossValidator, int iterations) {
this.fieldsToOptimize = fieldsToOptimize;
this.crossValidator = crossValidator;
this.iterations = iterations;
Expand Down

0 comments on commit fc94e21

Please sign in to comment.