MCPcopy Create free account

hub / github.com/capitalk/treelearn / functions

Functions127 in github.com/capitalk/treelearn

↓ 14 callersMethodfit
(self, X, Y)
treelearn/viterbi_tree.py:87
↓ 9 callersMethodpredict
Inefficient since calling this method recursively copy outputs
treelearn/tree_node.py:29
↓ 5 callersMethodtransform
Convert each feature vector into a row of predictions.
treelearn/base_ensemble.py:128
↓ 4 callersFunction_no_sandbox
(function)
distribute_setup.py:206
↓ 4 callersFunctioncheck_estimator
(x)
treelearn/typecheck.py:16
↓ 4 callersFunctioncheck_int
(x)
treelearn/typecheck.py:19
↓ 4 callersFunctionclear_sklearn_fields
(clf)
treelearn/tree_helpers.py:25
↓ 4 callersFunctionslow_gini
(classes, labels)
treelearn/tree_helpers.py:46
↓ 3 callersFunction_do_download
(version, download_base, to_dir, download_delay)
distribute_setup.py:119
↓ 3 callersFunction_rename_path
(path)
distribute_setup.py:251
↓ 3 callersFunctioncheck_type
(x, t)
treelearn/typecheck.py:2
↓ 3 callersMethodfit
(self, data, labels, feature_names = None)
treelearn/randomized_tree.py:148
↓ 3 callersFunctionmajority
(labels, classes=None)
treelearn/tree_helpers.py:36
↓ 3 callersMethodpredict
Every classifier in the ensemble votes for a class. If we're doing stacking, then pass the votes as features into the stacking
treelearn/classifier_ensemble.py:145
↓ 3 callersMethodpredict_proba
(self, X)
treelearn/classifier_ensemble.py:137
↓ 3 callersFunctiontry_predictor
(model)
treelearn/test_ensembles.py:35
↓ 2 callersFunction_create_fake_setuptools_pkg_info
(placeholder)
distribute_setup.py:297
↓ 2 callersFunction_extractall
Extract all members from the archive to the current working directory and set owner, modification time and permissions on directories af
distribute_setup.py:431
↓ 2 callersFunction_fake_setuptools
()
distribute_setup.py:369
↓ 2 callersMethod_fit_leaf
(self, X, Y, fit_keywords)
treelearn/oblique_tree_node.py:37
↓ 2 callersFunction_patch_egg_dir
(path)
distribute_setup.py:326
↓ 2 callersMethod_predict_stacked_probs
(self, X)
treelearn/classifier_ensemble.py:133
↓ 2 callersMethod_predict_votes
(self, X)
treelearn/classifier_ensemble.py:103
↓ 2 callersFunction_python_cmd
(*args)
distribute_setup.py:32
↓ 2 callersFunction_same_content
(path, content)
distribute_setup.py:248
↓ 2 callersFunctioncheck_bool
(x)
treelearn/typecheck.py:22
↓ 2 callersFunctioncheck_dict
(x)
treelearn/typecheck.py:25
↓ 2 callersFunctiondownload_setuptools
Download distribute from a specified location and return its filename `version` should be a valid distribute version number that is available
distribute_setup.py:170
↓ 2 callersFunctionfind_best_gini_split
(classes, feature_vec, thresholds, labels)
treelearn/tree_helpers.py:271
↓ 2 callersMethodfit
(self, X, Y, **fit_keywords)
treelearn/oblique_tree_node.py:75
↓ 2 callersFunctiongini
(classes, labels)
treelearn/tree_helpers.py:60
↓ 2 callersFunctionmidpoints
(x)
treelearn/tree_helpers.py:33
↓ 2 callersFunctionmk_sgd_tree
(n_examples=200000, max_depth=3, randomize_alpha=False, model_args={}, tree_args={})
treelearn/recipes.py:154
↓ 2 callersFunctionmk_svm_tree
(max_depth = 3, randomize_C = False, model_args = {}, tree_args = {})
treelearn/recipes.py:98
↓ 2 callersMethodpredict
(X)
treelearn/viterbi_tree.py:79
↓ 2 callersMethodpredict
(self, X)
treelearn/randomized_tree.py:165
↓ 1 callersFunction_build_egg
(egg, tarball, to_dir)
distribute_setup.py:91
↓ 1 callersMethod_created_model
(self, X, Y, indices, i, model)
treelearn/regression_ensemble.py:40
↓ 1 callersMethod_fit_child
(self, X_slice, Y_slice, fit_keywords)
treelearn/oblique_tree_node.py:47
↓ 1 callersMethod_init_fit
(self, X, Y)
treelearn/regression_ensemble.py:37
↓ 1 callersFunction_install
(tarball)
distribute_setup.py:66
↓ 1 callersFunction_patch_file
Will backup the file then patch it
distribute_setup.py:230
↓ 1 callersMethod_predict_normalized_votes
(self, X)
treelearn/classifier_ensemble.py:122
↓ 1 callersFunction_relaunch
()
distribute_setup.py:421
↓ 1 callersFunction_remove_flat_installation
(placeholder)
distribute_setup.py:257
↓ 1 callersMethod_split
(self, data, labels, m, height)
treelearn/randomized_tree.py:88
↓ 1 callersFunction_under_prefix
(location)
distribute_setup.py:351
↓ 1 callersMethodall_thresholds
get midpoints between all unique values
treelearn/randomized_tree.py:74
↓ 1 callersFunctioncheck_field
(x,f)
treelearn/typecheck.py:7
↓ 1 callersFunctioncheck_fields
(x,fs)
treelearn/typecheck.py:12
↓ 1 callersFunctioneval_gini_split
(classes, feature_vec, thresh, labels)
treelearn/tree_helpers.py:101
↓ 1 callersMethodfill_predict
instead of returning output values, let the leaves fill an output matrix
treelearn/tree_node.py:41
↓ 1 callersFunctionfind_min_variance_split
(feature_vec, thresholds, ys)
treelearn/tree_helpers.py:233
↓ 1 callersMethodgen_random_cs
(self)
treelearn/viterbi_tree.py:35
↓ 1 callersMethodinit_fit
Initialize partitions and leaf models to minimize training error
treelearn/viterbi_tree.py:38
↓ 1 callersFunctionmain
Install or upgrade setuptools and EasyInstall
distribute_setup.py:478
↓ 1 callersFunctionmk_additive_regression_forest
( num_trees=50, bagging_percent = 0.65, feature_subset_percent = 0.5, max_h
treelearn/recipes.py:317
↓ 1 callersFunctionmk_clustered_regression_ensemble
( num_models = 20, k = 20, stacking= False, additive=False,
treelearn/recipes.py:272
↓ 1 callersFunctionmk_clustered_svm_ensemble
( num_models = 20, C = 1, k = 20, stacking= False, bagging_percent
treelearn/recipes.py:227
↓ 1 callersMethodpredict
(self, X)
treelearn/oblique_tree_node.py:112
↓ 1 callersFunctionquote
(arg)
distribute_setup.py:42
↓ 1 callersFunctionslow_eval_split
(classes, feature_vec, thresh, labels)
treelearn/tree_helpers.py:79
↓ 1 callersFunctionslow_find_best_gini_split
(classes, feature_vec, thresholds, labels)
treelearn/tree_helpers.py:195
↓ 1 callersFunctionsplit_dataset
(x, y, prct_train=0.5)
treelearn/test_helpers.py:3
↓ 1 callersMethodto_str
(self, indent="", feature_names=None)
treelearn/constant_leaf.py:25
↓ 1 callersFunctiontrain_random_forest
A random forest is a bagging ensemble of randomized trees, so it can be implemented by combining the BaggedClassifier and RandomizedTree objects.
treelearn/recipes.py:31
↓ 1 callersFunctiontrain_svm_forest
A random forest whose base classifier is a SVM-Tree (rather than splitting individual features we project each point onto a hyperplane) P
treelearn/recipes.py:122
↓ 1 callersFunctionuse_setuptools
(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15, n
distribute_setup.py:131
Method__init__
(self, feature_idx, split_val, left, right)
treelearn/tree_node.py:22
Method__init__
(self, split_classifier, leaf_model, num_features_per_node,
treelearn/oblique_tree_node.py:10
Method__init__
( self, k=10, base_model = LinearRegression(), cluster_pred
treelearn/clustered_regression.py:7
Method__init__
(self, k, base_model, verbose=False)
treelearn/clustered.py:14
Method__init__
(self, v)
treelearn/constant_leaf.py:22
Method__init__
(self, base_model=LinearRegression(), num_models = 50, bagging_percent=
treelearn/regression_ensemble.py:6
Method__init__
(self, depth, max_depth, num_retries, leaf_model)
treelearn/viterbi_tree.py:23
Method__init__
(self, max_depth=3, num_retries = 3, leaf_model=LogisticRegression)
treelearn/viterbi_tree.py:84
Method__init__
(self, num_features_per_node=None, min_leaf_size=10, max_height = 20,
treelearn/randomized_tree.py:46
Method__init__
(self, base_model, num_models, bagging_percent, bagging_rep
treelearn/base_ensemble.py:29
Method__init__
(self, leaf_model = LinearSVC(), split_classifier = LinearSVC(), num_fe
treelearn/oblique_tree.py:60
Method__init__
(self, base_model = LinearSVC(), num_models = 50, bagging_percent=0.5,
treelearn/classifier_ensemble.py:42
Method__init__
(self, k=10, base_model = LinearSVC(), verbose=False)
treelearn/clustered_classifier.py:7
Function__no_sandbox
(*args, **kw)
distribute_setup.py:207
Method__str__
(self)
treelearn/constant_leaf.py:28
Function_after_install
(dist)
distribute_setup.py:292
Function_before_install
()
distribute_setup.py:346
Method_created_model
(self, X, Y, indices, i, model)
treelearn/classifier_ensemble.py:72
Method_init_fit
(self, X, Y)
treelearn/classifier_ensemble.py:68
Method_weighted_transform
(self, X)
treelearn/classifier_ensemble.py:127
Methodfill_predict
(self, X, outputs, mask)
treelearn/constant_leaf.py:41
Methodfit
(self, X, Y, **fit_keywords)
treelearn/clustered.py:25
Methodfit
(self, X, Y, **fit_keywords)
treelearn/base_ensemble.py:56
Methodfit
(self, X,Y, **fit_keywords)
treelearn/oblique_tree.py:94
Functiongen_random_C
()
treelearn/recipes.py:95
Functiongen_random_alpha
()
treelearn/recipes.py:151
Methodpredict
(self, X)
treelearn/clustered_regression.py:16
Methodpredict
(self, X)
treelearn/clustered.py:47
Methodpredict
(self, X)
treelearn/constant_leaf.py:31
Methodpredict
(self, X)
treelearn/regression_ensemble.py:30
Methodpredict
(self, X)
treelearn/oblique_tree.py:124
Methodprocess_work_items
(self)
treelearn/breadth_first.py:5
next →1–100 of 127, ranked by callers