MCPcopy Create free account

hub / github.com/acbull/Unbiased_LambdaMart / types & classes

Types & classes241 in github.com/acbull/Unbiased_LambdaMart

↓ 11 callersClassLightGBMError
Error throwed by LightGBM
Unbias_LightGBM/python-package/lightgbm/basic.py:36
↓ 9 callersClassJson
Unbias_LightGBM/include/LightGBM/json11.hpp:79
↓ 4 callersClassFileLoader
Unbias_LightGBM/tests/python_package_test/test_consistency.py:11
↓ 3 callersClassBooster
Booster in LightGBM.
Unbias_LightGBM/python-package/lightgbm/basic.py:1265
↓ 3 callersClassDataset
Dataset in LightGBM.
Unbias_LightGBM/python-package/lightgbm/basic.py:573
↓ 3 callersClassLightSplitInfo
Unbias_LightGBM/src/treelearner/split_info.hpp:192
↓ 3 callersClassPositionBiasedModel
evaluation/scripts/click_models.py:142
↓ 3 callersClassRandom
! * \brief A wrapper for random generator */
Unbias_LightGBM/include/LightGBM/utils/random.h:15
↓ 3 callersClassUserBrowsingModel
evaluation/scripts/click_models.py:286
↓ 3 callersClass_InnerPredictor
A _InnerPredictor of LightGBM. Only used for prediction, usually used for continued-train Note: Can convert from Booster, but cannot conv
Unbias_LightGBM/python-package/lightgbm/basic.py:308
↓ 2 callersClassEarlyStopException
Exception of early stopping. Parameters ---------- best_iteration : int The best iteration stopped.
Unbias_LightGBM/python-package/lightgbm/callback.py:11
↓ 2 callersClassPredictionEarlyStopConfig
Unbias_LightGBM/include/LightGBM/prediction_early_stop.h:21
↓ 2 callersClassSplitInfo
! * \brief Used to store some information for gain split point */
Unbias_LightGBM/src/treelearner/split_info.hpp:18
↓ 1 callersClassCVBooster
Auxiliary data struct to hold all boosters of CV.
Unbias_LightGBM/python-package/lightgbm/engine.py:232
↓ 1 callersClassCascadeModel
evaluation/scripts/click_models.py:253
↓ 1 callersClassRaw_data
evaluation/scripts/data_utils.py:22
↓ 1 callersClassTcpSocket
Unbias_LightGBM/src/network/socket_wrapper.hpp:89
↓ 1 callersClass_temp_file
Unbias_LightGBM/python-package/lightgbm/basic.py:141
↓ 1 callersClasssockaddr_in
Unbias_LightGBM/src/network/socket_wrapper.hpp:68
ClassAUCMetric
! * \brief Auc Metric for binary classification task. */
Unbias_LightGBM/src/metric/binary_metric.hpp:157
ClassApplication
! * \brief The main entrance of LightGBM. this application has two tasks: * Train and Predict. * Train task will train a new model *
Unbias_LightGBM/include/LightGBM/application.h:25
ClassArrayArgs
Unbias_LightGBM/include/LightGBM/utils/array_args.h:14
ClassBin
! * \brief Interface for bin data. This class will store bin data for one feature. * unlike OrderedBin, this class will store data by original
Unbias_LightGBM/include/LightGBM/bin.h:284
ClassBinIterator
! \brief Iterator for one bin column */
Unbias_LightGBM/include/LightGBM/bin.h:265
ClassBinMapper
! \brief This class used to convert feature values into bin, * and store some meta information for bin*/
Unbias_LightGBM/include/LightGBM/bin.h:59
EnumBinType
Unbias_LightGBM/include/LightGBM/bin.h:15
ClassBinaryErrorMetric
! * \brief Error rate metric for binary classification task. */
Unbias_LightGBM/src/metric/binary_metric.hpp:137
ClassBinaryLogloss
! * \brief Objective function for binary classification */
Unbias_LightGBM/src/objective/binary_objective.hpp:13
ClassBinaryLoglossMetric
! * \brief Log loss metric for binary classification task. */
Unbias_LightGBM/src/metric/binary_metric.hpp:113
ClassBinaryMetric
Unbias_LightGBM/src/metric/binary_metric.hpp:20
ClassBooster
Unbias_LightGBM/src/c_api.cpp:29
ClassBoosting
Unbias_LightGBM/include/LightGBM/application.h:14
ClassBoostingConfig
! \brief Config for Boosting */
Unbias_LightGBM/include/LightGBM/config.h:246
ClassBruckMap
! \brief The network structure for all_gather */
Unbias_LightGBM/include/LightGBM/network.h:19
ClassCSC_RowIterator
Row iterator of on column for CSC matrix
Unbias_LightGBM/src/c_api.cpp:331
ClassCSVParser
Unbias_LightGBM/src/io/parser.hpp:15
ClassClickModel
evaluation/scripts/click_models.py:37
ClassConfigBase
! * \brief The interface for Config */
Unbias_LightGBM/include/LightGBM/config.h:28
ClassCrossEntropy
! * \brief Objective function for cross-entropy (with optional linear weights) */
Unbias_LightGBM/src/objective/xentropy_objective.hpp:39
ClassCrossEntropyLambda
! * \brief Objective function for alternative parameterization of cross-entropy (see top of file for explanation) */
Unbias_LightGBM/src/objective/xentropy_objective.hpp:142
ClassCrossEntropyLambdaMetric
CrossEntropyLambdaMetric : "xentlambda" : (optional) weights have a different meaning than for "xentropy" ATTENTION: Supposed to be used when the obje
Unbias_LightGBM/src/metric/xentropy_metric.hpp:163
ClassCrossEntropyMetric
CrossEntropyMetric : "xentropy" : (optional) weights are used linearly
Unbias_LightGBM/src/metric/xentropy_metric.hpp:68
ClassCustomInstall
Unbias_LightGBM/python-package/setup.py:171
ClassCustomInstallLib
Unbias_LightGBM/python-package/setup.py:160
ClassCustomSdist
Unbias_LightGBM/python-package/setup.py:214
ClassDART
! * \brief DART algorithm implementation. including Training, prediction, bagging. */
Unbias_LightGBM/src/boosting/dart.hpp:17
ClassDCGCalculator
! * \brief Static class, used to calculate DCG score */
Unbias_LightGBM/include/LightGBM/metric.h:57
ClassDataFrame
Unbias_LightGBM/python-package/lightgbm/compat.py:64
ClassDataParallelTreeLearner
Unbias_LightGBM/src/treelearner/parallel_tree_learner.h:49
ClassDataParallelTreeLearner<GPUTreeLearner>
Unbias_LightGBM/src/treelearner/data_parallel_tree_learner.cpp:258
ClassDataParallelTreeLearner<SerialTreeLearner>
Unbias_LightGBM/src/treelearner/data_parallel_tree_learner.cpp:259
ClassDataPartition
! * \brief DataPartition is used to store the the partition of data on tree. */
Unbias_LightGBM/src/treelearner/data_partition.hpp:17
EnumDataType
Unbias_LightGBM/src/io/parser.cpp:65
ClassDataset
! \brief The main class of data set, * which are used to traning or validation */
Unbias_LightGBM/include/LightGBM/dataset.h:301
ClassDataset
! \brief forward declaration */
Unbias_LightGBM/include/LightGBM/boosting.h:14
ClassDataset
Unbias_LightGBM/include/LightGBM/feature_group.h:15
ClassDataset
Unbias_LightGBM/include/LightGBM/application.h:13
ClassDataset
Unbias_LightGBM/include/LightGBM/tree_learner.h:17
ClassDatasetLoader
! \brief forward declaration */
Unbias_LightGBM/include/LightGBM/dataset.h:22
ClassDatasetLoader
Unbias_LightGBM/include/LightGBM/dataset_loader.h:8
ClassDatasetLoader
Unbias_LightGBM/include/LightGBM/feature_group.h:16
ClassDatasetLoader
Unbias_LightGBM/include/LightGBM/application.h:12
ClassDense4bitsBin
Unbias_LightGBM/src/io/dense_nbits_bin.hpp:12
ClassDense4bitsBinIterator
Unbias_LightGBM/src/io/dense_nbits_bin.hpp:14
ClassDenseBin
Unbias_LightGBM/src/io/dense_bin.hpp:13
ClassDenseBin<uint16_t>
Unbias_LightGBM/src/io/bin.cpp:487
ClassDenseBin<uint32_t>
Unbias_LightGBM/src/io/bin.cpp:488
ClassDenseBin<uint8_t>
Unbias_LightGBM/src/io/bin.cpp:486
ClassDenseBinIterator
Unbias_LightGBM/src/io/dense_bin.hpp:16
ClassFairLossMetric
! \brief Fair loss for regression task */ http://research.microsoft.com/en-us/um/people/zhang/INRIA/Publis/Tutorial-Estim/node24.html
Unbias_LightGBM/src/metric/regression_metric.hpp:196
ClassFeature4
Unbias_LightGBM/src/treelearner/gpu_tree_learner.h:68
ClassFeatureGroup
! \brief Using to store data and providing some operations on one feature group*/
Unbias_LightGBM/include/LightGBM/feature_group.h:18
ClassFeatureHistogram
! * \brief FeatureHistogram is used to construct and store a histogram for a feature. */
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:29
ClassFeatureMetainfo
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:15
ClassFeatureParallelTreeLearner
Unbias_LightGBM/src/treelearner/parallel_tree_learner.h:23
ClassFeatureParallelTreeLearner<GPUTreeLearner>
Unbias_LightGBM/src/treelearner/feature_parallel_tree_learner.cpp:72
ClassFeatureParallelTreeLearner<SerialTreeLearner>
Unbias_LightGBM/src/treelearner/feature_parallel_tree_learner.cpp:73
ClassGBDT
! * \brief GBDT algorithm implementation. including Training, prediction, bagging. */
Unbias_LightGBM/src/boosting/gbdt.h:26
ClassGBDTBase
Unbias_LightGBM/include/LightGBM/boosting.h:289
ClassGOSS
Unbias_LightGBM/src/boosting/goss.hpp:26
ClassGPUHistogramBinEntry
Unbias_LightGBM/src/treelearner/gpu_tree_learner.h:73
ClassGPUTreeLearner
! * \brief GPU-based parallel learning algorithm. */
Unbias_LightGBM/src/treelearner/gpu_tree_learner.h:38
ClassGammaDevianceMetric
Unbias_LightGBM/src/metric/regression_metric.hpp:264
ClassGammaMetric
Unbias_LightGBM/src/metric/regression_metric.hpp:245
ClassHDFSFile
Unbias_LightGBM/src/io/file_io.cpp:54
ClassHistogramBinEntry
! \brief Store data for one histogram bin */
Unbias_LightGBM/include/LightGBM/bin.h:27
ClassHistogramPool
Unbias_LightGBM/src/treelearner/feature_histogram.hpp:653
ClassHuberLossMetric
! \brief Huber loss for regression task */
Unbias_LightGBM/src/metric/regression_metric.hpp:175
ClassIOConfig
! \brief Config for input and output files */
Unbias_LightGBM/include/LightGBM/config.h:94
ClassJsonArray
Unbias_LightGBM/src/io/json11.cpp:204
ClassJsonBoolean
Unbias_LightGBM/src/io/json11.cpp:191
ClassJsonDouble
Unbias_LightGBM/src/io/json11.cpp:173
ClassJsonInt
Unbias_LightGBM/src/io/json11.cpp:182
ClassJsonNull
Unbias_LightGBM/src/io/json11.cpp:220
ClassJsonObject
Unbias_LightGBM/src/io/json11.cpp:212
EnumJsonParse
Unbias_LightGBM/include/LightGBM/json11.hpp:73
ClassJsonParser
JsonParser * * Object that tracks all state of an in-progress parse. */
Unbias_LightGBM/src/io/json11.cpp:347
ClassJsonString
Unbias_LightGBM/src/io/json11.cpp:197
ClassJsonValue
Unbias_LightGBM/include/LightGBM/json11.hpp:77
ClassKullbackLeiblerDivergence
KullbackLeiblerDivergence : "kldiv" : (optional) weights are used linearly
Unbias_LightGBM/src/metric/xentropy_metric.hpp:247
next →1–100 of 241, ranked by callers