Description: -GBDT Algorithm machine learning algorithm, also known as the GBDT algorithm, commonly used in a variety of classification and prediction problems, able to achieve good results
To Search:
File list (Check if you may need any files):
java_gbdt-master
................\.classpath
................\.gitignore
................\.project
................\.settings
................\.........\org.eclipse.core.resources.prefs
................\.........\org.eclipse.jdt.core.prefs
................\.........\org.eclipse.m2e.core.prefs
................\LICENSE
................\README.md
................\pom.xml
................\src
................\...\main
................\...\....\java
................\...\....\....\org
................\...\....\....\...\lidongyu
................\...\....\....\...\........\machinelearning
................\...\....\....\...\........\...............\gbdt
................\...\....\....\...\........\...............\....\App.java
................\...\....\....\...\........\...............\....\BoostTrees.java
................\...\....\....\...\........\...............\....\Data.java
................\...\....\....\...\........\...............\....\RegressionTree.java
................\...\....\....\...\........\...............\....\configure.java
................\...\....\....\...\........\...............\....\tuple_compare.java
................\...\test
................\...\....\java
................\...\....\....\org
................\...\....\....\...\lidongyu
................\...\....\....\...\........\machinelearning
................\...\....\....\...\........\...............\gbdt
................\...\....\....\...\........\...............\....\DataTest.java