MCPcopy Create free account

hub / github.com/acbull/Unbiased_LambdaMart / functions

Functions1,419 in github.com/acbull/Unbiased_LambdaMart

↓ 91 callersMethodappend
add a booster to CVBooster
Unbias_LightGBM/python-package/lightgbm/engine.py:238
↓ 58 callersMethodDataset
Unbias_LightGBM/src/io/dataset.cpp:20
↓ 57 callersMethodpredict
Make a prediction. Parameters ---------- data : string, numpy array or scipy.sparse Data source for prediction.
Unbias_LightGBM/python-package/lightgbm/basic.py:1757
↓ 55 callersFunction_safe_call
Check the return value of C API call Parameters ---------- ret : int return value from API calls
Unbias_LightGBM/python-package/lightgbm/basic.py:41
↓ 45 callersFunctionR_GET_PTR
Unbias_LightGBM/include/LightGBM/R_object_helper.h:145
↓ 44 callersMethodLeafIndex
! \brief Get current leaf index */
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:125
↓ 42 callersMethodWrite
Unbias_LightGBM/src/io/file_io.cpp:85
↓ 35 callersFunctionSplit
Unbias_LightGBM/include/LightGBM/utils/common.h:60
↓ 28 callersMethodInit
Unbias_LightGBM/src/io/metadata.cpp:22
↓ 27 callersMethodnum_data_in_leaf
! \brief Get numer of data in current leaf */
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:128
↓ 25 callersMethodFeatureBinMapper
Unbias_LightGBM/include/LightGBM/dataset.h:482
↓ 25 callersFunctionc_str
Convert a python string to cstring.
Unbias_LightGBM/python-package/lightgbm/basic.py:116
↓ 23 callersMethodGetDefaultBin
! * \brief Get the default bin when value is 0 * \return default bin */
Unbias_LightGBM/include/LightGBM/bin.h:129
↓ 22 callersMethodAddScore
Unbias_LightGBM/src/boosting/score_updater.hpp:54
↓ 22 callersMethodnum_leaves
! \brief Get number of leaves */
Unbias_LightGBM/src/treelearner/data_partition.hpp:190
↓ 22 callersFunctionomp_get_thread_num
Unbias_LightGBM/include/LightGBM/utils/openmp_wrapper.h:62
↓ 21 callersMethodnum_features
! \brief Get Number of used features */
Unbias_LightGBM/include/LightGBM/dataset.h:543
↓ 19 callersMethodsum_gradients
! \brief Get sum of gradients of current leaf */
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:131
↓ 19 callersMethodsum_hessians
! \brief Get sum of hessians of current leaf */
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:134
↓ 18 callersMethodlabel
! * \brief Get pointer of label * \return Pointer of label */
Unbias_LightGBM/include/LightGBM/dataset.h:113
↓ 18 callersMethodnum_data
Unbias_LightGBM/src/io/dense_bin.hpp:278
↓ 17 callersMethodConvertOutput
Unbias_LightGBM/src/objective/binary_objective.hpp:122
↓ 17 callersMethodRawData
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:60
↓ 16 callersFunctionTrim
Unbias_LightGBM/include/LightGBM/utils/common.h:34
↓ 16 callersFunctionc_str
(string)
Unbias_LightGBM/tests/c_api_test/test_.py:54
↓ 15 callersFunctionAtoi
Unbias_LightGBM/include/LightGBM/utils/common.h:136
↓ 15 callersMethodweights
! * \brief Get weights, if not exists, will return nullptr * \return Pointer of weights */
Unbias_LightGBM/include/LightGBM/dataset.h:149
↓ 14 callersMethodFeatureNumBin
Unbias_LightGBM/include/LightGBM/dataset.h:451
↓ 14 callersMethodInit
Unbias_LightGBM/src/treelearner/serial_tree_learner.cpp:43
↓ 14 callersMethodSetValueConstraint
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:46
↓ 13 callersMethodRawGet
Unbias_LightGBM/src/io/dense_bin.hpp:329
↓ 13 callersMethodSet
Unbias_LightGBM/src/io/config.cpp:153
↓ 13 callersMethodfit
Build a gradient boosting model from the training set (X, y). Parameters ---------- X : array-like or sparse matrix of shape
Unbias_LightGBM/python-package/lightgbm/sklearn.py:293
↓ 13 callersFunctionin_range
Unbias_LightGBM/src/io/json11.cpp:338
↓ 13 callersFunctionomp_set_num_threads
Fall here if no OPENMP support, so just simulate a single thread running. All #pragma omp should be ignored by the compiler **/
Unbias_LightGBM/include/LightGBM/utils/openmp_wrapper.h:59
↓ 12 callersFunctionAtof
Unbias_LightGBM/include/LightGBM/utils/common.h:174
↓ 12 callersMethodnum_bin
! \brief Get number of bins */
Unbias_LightGBM/include/LightGBM/bin.h:90
↓ 12 callersFunctionomp_get_num_threads
Unbias_LightGBM/include/LightGBM/utils/openmp_wrapper.h:61
↓ 11 callersMethodInnerFeatureIndex
Unbias_LightGBM/include/LightGBM/dataset.h:370
↓ 11 callersMethodNextShort
! * \brief Generate random integer, int16 range. [0, 65536] * \param lower_bound lower bound * \param upper_bound upper bound * \return The ra
Unbias_LightGBM/include/LightGBM/utils/random.h:38
↓ 11 callersMethodfit
(self, X, y, sample_weight=None, init_score=None, eval_set=None, eval_names=None, eval
Unbias_LightGBM/python-package/lightgbm/sklearn.py:648
↓ 10 callersFunctionArrayToStringFast
Unbias_LightGBM/include/LightGBM/utils/common.h:426
↓ 10 callersMethodInit
Unbias_LightGBM/src/treelearner/voting_parallel_tree_learner.cpp:19
↓ 10 callersMethodRead
Unbias_LightGBM/src/io/file_io.cpp:81
↓ 10 callersFunctionSign
Unbias_LightGBM/include/LightGBM/utils/common.h:865
↓ 10 callersMethodleaf_count
! * \brief Get number of data on one leaf * \param leaf index of leaf * \return number of data of this leaf */
Unbias_LightGBM/src/treelearner/data_partition.hpp:178
↓ 10 callersMethodmax_constraint
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:136
↓ 10 callersMethodmin_constraint
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:138
↓ 10 callersMethodpredict_proba
Return the predicted probability for each class for each sample. Parameters ---------- X : array-like or sparse matrix of sha
Unbias_LightGBM/python-package/lightgbm/sklearn.py:712
↓ 10 callersMethodreadlines
(self)
Unbias_LightGBM/python-package/lightgbm/basic.py:151
↓ 9 callersMethodConstructHistogram
Unbias_LightGBM/src/io/dense_bin.hpp:66
↓ 9 callersFunctionFindInBitset
Unbias_LightGBM/include/LightGBM/utils/common.h:828
↓ 9 callersFunctionR_SET_PTR
Unbias_LightGBM/include/LightGBM/R_object_helper.h:137
↓ 9 callersMethodShrinkage
! * \brief Shrinkage for the tree's output * shrinkage rate (a.k.a learning rate) is used to tune the traning process * \param rate The f
Unbias_LightGBM/include/LightGBM/tree.h:139
↓ 9 callersFunctionXentLoss
label should be in interval [0, 1]; prob should be in interval (0, 1); prob is clipped if needed
Unbias_LightGBM/src/metric/xentropy_metric.hpp:32
↓ 9 callersFunctionesc
esc(c) * * Format char c suitable for printing in an error message. */
Unbias_LightGBM/src/io/json11.cpp:328
↓ 9 callersMethodnum_data
Unbias_LightGBM/src/boosting/score_updater.hpp:106
↓ 9 callersMethodscore
! \brief Pointer of score */
Unbias_LightGBM/src/boosting/score_updater.hpp:104
↓ 8 callersMethodFindBestThreshold
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:75
↓ 8 callersMethodGetBoosting
Unbias_LightGBM/src/c_api.cpp:296
↓ 8 callersMethodGetName
Unbias_LightGBM/src/objective/static_unbias.hpp:202
↓ 8 callersMethodReadAllLines
! * \brief Read all text data from file in memory * \return number of lines of text data */
Unbias_LightGBM/include/LightGBM/utils/text_reader.h:137
↓ 8 callersFunctionStartsWith
Unbias_LightGBM/include/LightGBM/utils/common.h:52
↓ 8 callersMethodget_label
Get the label of the Dataset. Returns ------- label : numpy array The label information from the Dataset.
Unbias_LightGBM/python-package/lightgbm/basic.py:1151
↓ 8 callersFunctionlist_to_1d_numpy
convert to 1d numpy array
Unbias_LightGBM/python-package/lightgbm/basic.py:74
↓ 8 callersMethodload_dataset
(self, suffix, is_sparse=False)
Unbias_LightGBM/tests/python_package_test/test_consistency.py:26
↓ 8 callersMethodnum_queries
! * \brief Get Number of queries * \return Number of queries */
Unbias_LightGBM/include/LightGBM/dataset.h:188
↓ 8 callersMethodquery_boundaries
! * \brief Get data boundaries on queries, if not exists, will return nullptr * we assume data will order by query, * the interval
Unbias_LightGBM/include/LightGBM/dataset.h:176
↓ 8 callersMethodsampleClick
(self, rank, last_click_rank, relevance_label)
evaluation/scripts/click_models.py:339
↓ 8 callersMethodupdate
Update for one iteration. Parameters ---------- train_set : Dataset or None, optional (default=None) Training dat
Unbias_LightGBM/python-package/lightgbm/basic.py:1487
↓ 7 callersMethodFinishLoad
Unbias_LightGBM/src/io/dataset.cpp:311
↓ 7 callersMethodFixHistogram
Unbias_LightGBM/src/io/dataset.cpp:776
↓ 7 callersMethodSizeOfHistgram
! * \brief Binary size of this histogram */
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:419
↓ 7 callersFunctionc_array
(ctype, values)
Unbias_LightGBM/tests/c_api_test/test_.py:50
↓ 7 callersFunctionc_float_array
get pointer of float numpy array / list
Unbias_LightGBM/python-package/lightgbm/basic.py:192
↓ 7 callersFunctioncheck_not_tuple_of_2_elements
check object is not tuple or does not have 2 elements
Unbias_LightGBM/python-package/lightgbm/plotting.py:16
↓ 7 callersMethodconstruct
Lazy init. Returns ------- self : Dataset Returns self.
Unbias_LightGBM/python-package/lightgbm/basic.py:823
↓ 7 callersMethodfit
(self, X, y, sample_weight=None, init_score=None, eval_set=None, eval_names=None, eval
Unbias_LightGBM/python-package/lightgbm/sklearn.py:618
↓ 7 callersMethodmissing_type
! \brief Missing Type */
Unbias_LightGBM/include/LightGBM/bin.h:92
↓ 7 callersMethodsave_model
Save Booster to file. Parameters ---------- filename : string Filename to save Booster. num_iteration: in
Unbias_LightGBM/python-package/lightgbm/basic.py:1653
↓ 7 callersFunctionsilent_call
(cmd, raise_error=False, error_msg='')
Unbias_LightGBM/python-package/setup.py:66
↓ 7 callersFunctiontest_free_dataset
(handle)
Unbias_LightGBM/tests/c_api_test/test_.py:194
↓ 7 callersMethodtype
Unbias_LightGBM/src/io/json11.cpp:270
↓ 6 callersFunctionAtoiAndCheck
Unbias_LightGBM/include/LightGBM/utils/common.h:266
↓ 6 callersMethodBooster
Unbias_LightGBM/src/c_api.cpp:31
↓ 6 callersMethodCopyFrom
Unbias_LightGBM/src/treelearner/split_info.hpp:89
↓ 6 callersMethodCreateValid
Unbias_LightGBM/src/io/dataset.cpp:355
↓ 6 callersMethodFeatureGroupNumBin
Unbias_LightGBM/include/LightGBM/dataset.h:478
↓ 6 callersFunctionJoin
Unbias_LightGBM/include/LightGBM/utils/common.h:535
↓ 6 callersFunctionObtainMinMaxSum
Unbias_LightGBM/include/LightGBM/utils/common.h:771
↓ 6 callersMethodPushData
! * \brief Push one record, will auto convert to bin and push to bin data * \param tid Thread id * \param idx Index of record * \param value f
Unbias_LightGBM/include/LightGBM/feature_group.h:128
↓ 6 callersMethodSample
! * \brief Sample K data from {0,1,...,N-1} * \param N * \param K * \return K Ordered sampled data from {0,1,...,N-1} */
Unbias_LightGBM/include/LightGBM/utils/random.h:66
↓ 6 callersMethodbin_type
! * \brief Get bin types */
Unbias_LightGBM/include/LightGBM/bin.h:169
↓ 6 callersMethoddump
Unbias_LightGBM/src/io/json11.cpp:140
↓ 6 callersMethodnum_total_features
! \brief Get Number of total features */
Unbias_LightGBM/include/LightGBM/dataset.h:549
↓ 6 callersMethodnumber_value
Unbias_LightGBM/src/io/json11.cpp:271
↓ 6 callersMethodreset_parameter
Reset parameters of Booster. Parameters ---------- params : dict New parameters for Booster.
Unbias_LightGBM/python-package/lightgbm/basic.py:1471
↓ 5 callersFunctionBoosting
! \brief Disable copy */
Unbias_LightGBM/include/LightGBM/boosting.h:273
↓ 5 callersFunctionEncodeChar
Unbias_LightGBM/src/lightgbm_R.cpp:35
↓ 5 callersMethodGet
! * \brief Get data for the specific index * \param idx which index want to get * \param out output data will store into this * \return True i
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:764
next →1–100 of 1,419, ranked by callers