quickml icon indicating copy to clipboard operation
quickml copied to clipboard

A fast and easy to use decision tree learner in java

Results 14 quickml issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.3 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps logback-core from 1.1.1 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-core&package-manager=maven&previous-version=1.1.1&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps logback-classic from 1.1.1 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.1&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I want to stop a loop in the middle while its printing the number . when I press a specific( like 's') key program needs to stop. but not sure...

DecisionOldOldTreeBuilderTest::randomForestTest failed for us on commit 18b60b59: ``` randomForestTest on randomForestTest(quickml.supervised.tree.decisionTree.DecisionOldOldTreeBuilderTest)(quickml.supervised.tree.decisionTree.DecisionOldOldTreeBuilderTest) Time elapsed: 5.291 sec

`DecisionOldOldTreeBuilderTest.mockTreeTest` fails for us on commit `2b348d5` but did not fail on [the corresponding run on Travis](https://travis-ci.org/sanity/quickml/builds/157995433). Our tool confirms this test to be flaky. The stack trace is below....

I've tried building and trying it in different ways but always I face this error: Exception in thread "main" java.lang.NoClassDefFoundError: com/twitter/common/util/Random$Util at quickml.supervised.classifier.decisionTree.TreeBuilder.(TreeBuilder.java:52) at quickml.supervised.classifier.decisionTree.TreeBuilder.(TreeBuilder.java:69) The line giving me error...