Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capitalk/treelearn
/ functions
Functions
127 in github.com/capitalk/treelearn
⨍
Functions
127
◇
Types & classes
14
Method
random_threshold_subset
(self, x)
treelearn/randomized_tree.py:81
Method
refit_leaves
(X,Y)
treelearn/viterbi_tree.py:75
Method
refit_partition
Assumes that 'init_fit' has already been run.
treelearn/viterbi_tree.py:61
Function
slow_find_min_variance_split
(feature_vec, thresholds, ys)
treelearn/tree_helpers.py:215
Function
sorter
(dir1, dir2)
distribute_setup.py:456
Function
test_all_classifiers
()
treelearn/test_iris.py:22
Function
test_all_regressors
()
treelearn/test_regression.py:16
Function
test_big_tree
(n=1000, d = 50, max_thresholds=10)
treelearn/test_randomized_tree.py:35
Function
test_binary_data
(n = 1000, d = 50)
treelearn/test_randomized_tree.py:42
Function
test_eval_all_splits
()
treelearn/test_tree_helpers.py:55
Function
test_eval_split
()
treelearn/test_tree_helpers.py:45
Function
test_gini
()
treelearn/test_tree_helpers.py:36
Function
test_majority
()
treelearn/test_tree_helpers.py:22
Function
test_simple_forest
()
treelearn/test_ensembles.py:49
Function
test_simple_tree
()
treelearn/test_randomized_tree.py:21
Function
test_stacked_random_forest
()
treelearn/test_ensembles.py:55
Function
test_svm_forest
()
treelearn/test_ensembles.py:52
Method
to_str
(self, indent="", feature_names=None)
treelearn/tree_node.py:53
Function
train_additive_regression_forest
(X, Y, num_trees=50, bagging_percent = 0.65, feature_subset_percent = 0.5,
treelearn/recipes.py:337
Function
train_clustered_ols
Cluster data and then train a linear regressor per cluster
treelearn/recipes.py:215
Function
train_clustered_regression_ensemble
( X, Y, num_models=10, k = 20, stacking=False, additive=Fa
treelearn/recipes.py:297
Function
train_clustered_svm
(X, Y, k = 20, C = 1, verbose = True)
treelearn/recipes.py:221
Function
train_clustered_svm_ensemble
( X, Y, num_models = 10, C = 1, k = 20, stacking= False,
treelearn/recipes.py:251
Function
train_sgd_forest
A random forest whose base classifier is a tree of SGD classifiers Parameters ---------- X : numpy array containing input data.
treelearn/recipes.py:180
Function
train_sgd_tree
(X, Y, max_depth=3, randomize_alpha=False, model_args = {}, tree_args={})
treelearn/recipes.py:175
Function
train_svm_tree
(X, Y, max_depth = 3, randomize_C = False, model_args = {}, tree_args={})
treelearn/recipes.py:117
Function
violation
(*args)
distribute_setup.py:211
← previous
101–127 of 127, ranked by callers