MCPcopy Create free account

hub / github.com/acbull/Unbiased_LambdaMart / functions

Functions1,419 in github.com/acbull/Unbiased_LambdaMart

↓ 5 callersMethodGetIndexOnLeaf
! * \brief Get the data indices of one leaf * \param leaf index of leaf * \param indices output data indices * \return number of data on this
Unbias_LightGBM/src/treelearner/data_partition.hpp:95
↓ 5 callersMethodLeafOutput
! \brief Get the output of one leaf */
Unbias_LightGBM/include/LightGBM/tree.h:78
↓ 5 callersMethodLoadFromFile
Unbias_LightGBM/src/io/dataset_loader.cpp:160
↓ 5 callersMethodNextFloat
! * \brief Generate random float data * \return The random float between [0.0, 1.0) */
Unbias_LightGBM/include/LightGBM/utils/random.h:56
↓ 5 callersMethodParseOneLine
Unbias_LightGBM/src/io/parser.hpp:20
↓ 5 callersMethodRead
! * \brief Read data from a file, use pipeline methods * \param filename Filename of data * \process_fun Process function */
Unbias_LightGBM/include/LightGBM/utils/pipeline_reader.h:26
↓ 5 callersMethodSendRecv
Unbias_LightGBM/src/network/linkers.h:204
↓ 5 callersMethodSetLeafOutput
! \brief Set the output of one leaf */
Unbias_LightGBM/include/LightGBM/tree.h:81
↓ 5 callersMethod_free_handle
(self)
Unbias_LightGBM/python-package/lightgbm/basic.py:634
↓ 5 callersMethodadd_valid
Add validation data. Parameters ---------- data : Dataset Validation data. name : string Name
Unbias_LightGBM/python-package/lightgbm/basic.py:1448
↓ 5 callersFunctionc_int_array
get pointer of int numpy array / list
Unbias_LightGBM/python-package/lightgbm/basic.py:213
↓ 5 callersMethodnum_feature_groups
! \brief Get Number of feature groups */
Unbias_LightGBM/include/LightGBM/dataset.h:546
↓ 5 callersFunctionparam_dict_to_str
(data)
Unbias_LightGBM/python-package/lightgbm/basic.py:126
↓ 5 callersMethodsubset
Get subset of current Dataset. Parameters ---------- used_indices : list of int Indices used to create the subset
Unbias_LightGBM/python-package/lightgbm/basic.py:896
↓ 4 callersFunctionConstructBitset
Unbias_LightGBM/include/LightGBM/utils/common.h:814
↓ 4 callersMethodCostructFromSampleData
Unbias_LightGBM/src/io/dataset_loader.cpp:489
↓ 4 callersFunctionCreatePredictionEarlyStopInstance
Unbias_LightGBM/src/boosting/prediction_early_stop.cpp:76
↓ 4 callersMethodFeatureGroupIterator
Unbias_LightGBM/include/LightGBM/dataset.h:507
↓ 4 callersMethodFindBin
Unbias_LightGBM/src/io/bin.cpp:207
↓ 4 callersMethodGetCurrentIteration
! * \brief Get current iteration */
Unbias_LightGBM/src/boosting/gbdt.h:121
↓ 4 callersFunctionGetPredictType
Unbias_LightGBM/src/lightgbm_R.cpp:482
↓ 4 callersMethodInnerRawGet
Unbias_LightGBM/src/io/sparse_bin.hpp:426
↓ 4 callersMethodNextNonzero
Unbias_LightGBM/src/io/sparse_bin.hpp:125
↓ 4 callersMethodNumPredictOneRow
! * \brief Get number of prediction for one data * \param num_iteration number of used iterations * \param is_pred_leaf True if predicting leaf
Unbias_LightGBM/src/boosting/gbdt.h:178
↓ 4 callersMethodPredict
Unbias_LightGBM/src/c_api.cpp:177
↓ 4 callersFunctionPrintHistograms
Unbias_LightGBM/src/treelearner/gpu_tree_learner.cpp:48
↓ 4 callersMethodPushOneRow
Unbias_LightGBM/include/LightGBM/dataset.h:337
↓ 4 callersMethodRealFeatureIndex
Unbias_LightGBM/include/LightGBM/dataset.h:366
↓ 4 callersMethodRealThreshold
Unbias_LightGBM/include/LightGBM/dataset.h:511
↓ 4 callersFunctionSkipNewLine
Unbias_LightGBM/include/LightGBM/utils/common.h:854
↓ 4 callersMethodSplit
Unbias_LightGBM/src/treelearner/serial_tree_learner.cpp:700
↓ 4 callersFunctionXentLambdaLoss
hhat >(=) 0 assumed; and weight > 0 required; but not checked here
Unbias_LightGBM/src/metric/xentropy_metric.hpp:50
↓ 4 callersMethoddata_indices
! \brief Get indices of data of current leaf */
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:141
↓ 4 callersFunctiondump
Unbias_LightGBM/src/io/json11.cpp:53
↓ 4 callersMethodfeature_name
Get names of features. Returns ------- result : list List with names of features.
Unbias_LightGBM/python-package/lightgbm/basic.py:1844
↓ 4 callersMethodfile_load_check
(self, lgb_train, name)
Unbias_LightGBM/tests/python_package_test/test_consistency.py:48
↓ 4 callersMethodget_field
Get property from the Dataset. Parameters ---------- field_name: string The field name of the information.
Unbias_LightGBM/python-package/lightgbm/basic.py:985
↓ 4 callersFunctiongetline
Unbias_LightGBM/src/io/parser.cpp:72
↓ 4 callersMethodindices
Unbias_LightGBM/src/treelearner/data_partition.hpp:187
↓ 4 callersFunctionis_numpy_1d_array
Check is 1d numpy array
Unbias_LightGBM/python-package/lightgbm/basic.py:63
↓ 4 callersMethodleaf_begin
! * \brief Get leaf begin * \param leaf index of leaf * \return begin index of this leaf */
Unbias_LightGBM/src/treelearner/data_partition.hpp:185
↓ 4 callersFunctionmulti_logloss
(y_true, y_pred)
Unbias_LightGBM/tests/python_package_test/test_engine.py:29
↓ 4 callersMethodnum_data
Get the number of rows in the Dataset. Returns ------- number_of_rows : int The number of rows in the Dataset.
Unbias_LightGBM/python-package/lightgbm/basic.py:1205
↓ 4 callersMethodset_feature_name
Set feature name. Parameters ---------- feature_name : list of strings Feature names.
Unbias_LightGBM/python-package/lightgbm/basic.py:1078
↓ 4 callersMethodset_field
Set property into the Dataset. Parameters ---------- field_name: string The field name of the information.
Unbias_LightGBM/python-package/lightgbm/basic.py:943
↓ 4 callersMethodtrain_predict_check
(self, lgb_train, X_test, X_test_fn, sk_pred)
Unbias_LightGBM/tests/python_package_test/test_consistency.py:41
↓ 3 callersMethodAddPredictionToScore
Unbias_LightGBM/src/io/tree.cpp:115
↓ 3 callersFunctionAvoidInf
Unbias_LightGBM/include/LightGBM/utils/common.h:661
↓ 3 callersFunctionCheckDoubleEqualOrdered
Unbias_LightGBM/include/LightGBM/utils/common.h:837
↓ 3 callersMethodCopyFeatureMapperFrom
Unbias_LightGBM/src/io/dataset.cpp:324
↓ 3 callersMethodCopySubset
Unbias_LightGBM/src/io/dataset.cpp:422
↓ 3 callersMethodFeature2Group
Unbias_LightGBM/include/LightGBM/dataset.h:373
↓ 3 callersMethodFeatureNames
! * \brief Get feature names of this model * \return Feature names of this model */
Unbias_LightGBM/src/boosting/gbdt.h:272
↓ 3 callersFunctionFindBinWithZeroAsOneBin
Unbias_LightGBM/src/io/bin.cpp:151
↓ 3 callersMethodFromMemory
! * \brief Restore histogram from memory */
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:426
↓ 3 callersFunctionGetLine
Unbias_LightGBM/include/LightGBM/utils/common.h:846
↓ 3 callersFunctionLGBM_DatasetSetField
Unbias_LightGBM/src/c_api.cpp:745
↓ 3 callersMethodMaxFeatureIdx
! * \brief Get max feature index of this model * \return Max feature index of this model */
Unbias_LightGBM/src/boosting/gbdt.h:266
↓ 3 callersMethodNumModelPerIteration
! * \brief Get number of tree per iteration * \return number of tree per iteration */
Unbias_LightGBM/src/boosting/gbdt.h:290
↓ 3 callersMethodNumTotalBin
Unbias_LightGBM/include/LightGBM/dataset.h:382
↓ 3 callersMethodRecv
Unbias_LightGBM/src/network/linkers.h:186
↓ 3 callersFunctionRemoveQuotationSymbol
Unbias_LightGBM/include/LightGBM/utils/common.h:43
↓ 3 callersMethodResetNumData
Unbias_LightGBM/src/treelearner/leaf_splits.hpp:22
↓ 3 callersFunctionRowFunctionFromCSR
Unbias_LightGBM/src/c_api.cpp:1299
↓ 3 callersFunctionRowFunctionFromDenseMatric
Unbias_LightGBM/src/c_api.cpp:1235
↓ 3 callersMethodSaveBinaryFile
Unbias_LightGBM/src/io/dataset.cpp:528
↓ 3 callersMethodSend
Unbias_LightGBM/src/network/linkers.h:195
↓ 3 callersMethodSetInitScore
Unbias_LightGBM/src/io/metadata.cpp:287
↓ 3 callersMethodSetLabelAt
! * \brief Set label for one record * \param idx Index of this record * \param value Label value of this record */
Unbias_LightGBM/include/LightGBM/dataset.h:120
↓ 3 callersMethodSetQueryAt
! * \brief Set Query Id for one record * \param idx Index of this record * \param value Query Id value of this record */
Unbias_LightGBM/include/LightGBM/dataset.h:140
↓ 3 callersMethodSetWeightAt
! * \brief Set Weight for one record * \param idx Index of this record * \param value Weight value of this record */
Unbias_LightGBM/include/LightGBM/dataset.h:130
↓ 3 callersFunctionSkipSpaceAndTab
Unbias_LightGBM/include/LightGBM/utils/common.h:373
↓ 3 callersFunctionSoftmax
! * \brief Do inplace softmax transformaton on p_rec * \param p_rec The input/output vector of the values. */
Unbias_LightGBM/include/LightGBM/utils/common.h:581
↓ 3 callersMethodSplitCategorical
Unbias_LightGBM/src/io/tree.cpp:72
↓ 3 callersMethodSubtract
! * \brief Subtract current histograms with other * \param other The histogram that want to subtract */
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:67
↓ 3 callersFunctionSyncUpGlobalBestSplit
To-do: reduce the communication cost by using bitset to communicate.
Unbias_LightGBM/src/treelearner/parallel_tree_learner.h:184
↓ 3 callersMethod__get_num_preds
Get size of prediction result
Unbias_LightGBM/python-package/lightgbm/basic.py:464
↓ 3 callersMethod__inner_eval
Evaulate training or validation data
Unbias_LightGBM/python-package/lightgbm/basic.py:1898
↓ 3 callersFunction_format_eval_result
format metric string
Unbias_LightGBM/python-package/lightgbm/callback.py:36
↓ 3 callersMethod_save_model_to_string
[Private] Save model to string
Unbias_LightGBM/python-package/lightgbm/basic.py:1691
↓ 3 callersMethod_set_predictor
Set predictor for continued training, not recommand for user to call this function. Please set init_model in engine.train or engine.c
Unbias_LightGBM/python-package/lightgbm/basic.py:1045
↓ 3 callersMethod_to_predictor
Convert to predictor
Unbias_LightGBM/python-package/lightgbm/basic.py:1824
↓ 3 callersMethod_update_params
(self, params)
Unbias_LightGBM/python-package/lightgbm/basic.py:932
↓ 3 callersFunctioncopy_files_helper
(folder_name)
Unbias_LightGBM/python-package/setup.py:33
↓ 3 callersMethodeval_valid
Evaluate for validation data. Parameters ---------- feval : callable or None, optional (default=None) Custom eval
Unbias_LightGBM/python-package/lightgbm/basic.py:1637
↓ 3 callersMethodfeature_importance
Get feature importances. Parameters ---------- importance_type : string, optional (default="split") How the impor
Unbias_LightGBM/python-package/lightgbm/basic.py:1865
↓ 3 callersMethodfirst_line
! * \brief return first line of data */
Unbias_LightGBM/include/LightGBM/utils/text_reader.h:74
↓ 3 callersMethodgetExamProb
Get the examination probability for the click model. Parameters ---------- rank : [type] [description] R
evaluation/scripts/click_models.py:237
↓ 3 callersMethodget_group
Get the group of the Dataset. Returns ------- group : numpy array Group size of each group.
Unbias_LightGBM/python-package/lightgbm/basic.py:1187
↓ 3 callersMethodget_params
(self, deep=True)
Unbias_LightGBM/python-package/lightgbm/sklearn.py:279
↓ 3 callersMethodget_weight
Get the weight of the Dataset. Returns ------- weight : numpy array Weight for each data point from the Dataset.
Unbias_LightGBM/python-package/lightgbm/basic.py:1163
↓ 3 callersMethodinit_score
! * \brief Get initial scores, if not exists, will return nullptr * \return Pointer of initial scores */
Unbias_LightGBM/include/LightGBM/dataset.h:206
↓ 3 callersFunctionis_1d_list
Check is 1d list
Unbias_LightGBM/python-package/lightgbm/basic.py:68
↓ 3 callersMethodis_null
Unbias_LightGBM/include/LightGBM/json11.hpp:128
↓ 3 callersMethodis_splittable
! * \brief True if this histogram can be splitted */
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:433
↓ 3 callersMethodleaf_depth
! \brief Get depth of specific leaf*/
Unbias_LightGBM/include/LightGBM/tree.h:124
↓ 3 callersMethodload_field
(self, suffix)
Unbias_LightGBM/tests/python_package_test/test_consistency.py:35
↓ 3 callersMethodnum_init_score
! * \brief Get size of initial scores */
Unbias_LightGBM/include/LightGBM/dataset.h:217
↓ 3 callersMethodsampleClicksForOneList
Sample clicks for a list. Parameters ---------- label_list : [type] [description] Returns ------
evaluation/scripts/click_models.py:109
↓ 3 callersMethodset_categorical_feature
Set categorical features. Parameters ---------- categorical_feature : list of int or strings Names or indices of
Unbias_LightGBM/python-package/lightgbm/basic.py:1022
← previousnext →101–200 of 1,419, ranked by callers