Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ functions
Functions
4,583 in github.com/antmachineintelligence/mtgbmcode
⨍
Functions
4,583
◇
Types & classes
837
↓ 3 callers
Function
CreatePredictionEarlyStopInstance
python-package/compile/src/boosting/prediction_early_stop.cpp:75
↓ 3 callers
Function
CreatePredictionEarlyStopInstance
src/boosting/prediction_early_stop.cpp:75
↓ 3 callers
Method
Feature2Group
python-package/compile/include/LightGBM/dataset.h:358
↓ 3 callers
Method
Feature2Group
include/LightGBM/dataset.h:358
↓ 3 callers
Method
FeatureMonotone
python-package/compile/include/LightGBM/dataset.h:446
↓ 3 callers
Method
FeatureMonotone
include/LightGBM/dataset.h:446
↓ 3 callers
Method
FeatureNames
! * \brief Get feature names of this model * \return Feature names of this model */
python-package/compile/src/boosting/gbdt.h:315
↓ 3 callers
Method
FeatureNames
! * \brief Get feature names of this model * \return Feature names of this model */
src/boosting/gbdt.h:315
↓ 3 callers
Method
FeaturePenalte
python-package/compile/include/LightGBM/dataset.h:454
↓ 3 callers
Method
FeaturePenalte
include/LightGBM/dataset.h:454
↓ 3 callers
Function
FindBinWithZeroAsOneBin
python-package/compile/src/io/bin.cpp:254
↓ 3 callers
Function
FindBinWithZeroAsOneBin
src/io/bin.cpp:254
↓ 3 callers
Method
FromMemory
! * \brief Restore histogram from memory */
python-package/compile/src/treelearner/feature_histogram.hpp:432
↓ 3 callers
Method
FromMemory
! * \brief Restore histogram from memory */
src/treelearner/feature_histogram.hpp:432
↓ 3 callers
Function
GetStatistic
python-package/compile/src/io/parser.cpp:16
↓ 3 callers
Function
GetStatistic
src/io/parser.cpp:16
↓ 3 callers
Function
GreedyFindBin
python-package/compile/src/io/bin.cpp:76
↓ 3 callers
Function
GreedyFindBin
src/io/bin.cpp:76
↓ 3 callers
Function
LGBM_DatasetSetField
python-package/compile/src/c_api.cpp:1000
↓ 3 callers
Function
LGBM_DatasetSetField
src/c_api.cpp:1000
↓ 3 callers
Method
NumFeatures
python-package/compile/src/io/parser.hpp:46
↓ 3 callers
Method
NumFeatures
src/io/parser.hpp:46
↓ 3 callers
Method
NumTotalBin
python-package/compile/include/LightGBM/dataset.h:367
↓ 3 callers
Method
NumTotalBin
include/LightGBM/dataset.h:367
↓ 3 callers
Function
PushClearIfEmpty
python-package/compile/src/io/dataset.cpp:1031
↓ 3 callers
Function
PushClearIfEmpty
src/io/dataset.cpp:1031
↓ 3 callers
Function
PushOffset
python-package/compile/src/io/dataset.cpp:1023
↓ 3 callers
Function
PushOffset
src/io/dataset.cpp:1023
↓ 3 callers
Method
Recv
python-package/compile/src/network/linkers.h:206
↓ 3 callers
Method
Recv
src/network/linkers.h:206
↓ 3 callers
Function
RemoveQuotationSymbol
python-package/compile/include/LightGBM/utils/common.h:49
↓ 3 callers
Function
RemoveQuotationSymbol
include/LightGBM/utils/common.h:49
↓ 3 callers
Method
SaveBinaryFile
python-package/compile/src/io/dataset.cpp:648
↓ 3 callers
Method
SaveBinaryFile
src/io/dataset.cpp:648
↓ 3 callers
Method
Send
python-package/compile/src/network/linkers.h:215
↓ 3 callers
Method
Send
src/network/linkers.h:215
↓ 3 callers
Method
SetInitScore
python-package/compile/src/io/metadata.cpp:282
↓ 3 callers
Method
SetInitScore
src/io/metadata.cpp:282
↓ 3 callers
Method
SetLabelAt
! * \brief Set label for one record * \param idx Index of this record * \param value Label value of this record */
python-package/compile/include/LightGBM/dataset.h:125
↓ 3 callers
Method
SetLabelAt
! * \brief Set label for one record * \param idx Index of this record * \param value Label value of this record */
include/LightGBM/dataset.h:125
↓ 3 callers
Method
SetQueryAt
! * \brief Set Query Id for one record * \param idx Index of this record * \param value Query Id value of this record */
python-package/compile/include/LightGBM/dataset.h:143
↓ 3 callers
Method
SetQueryAt
! * \brief Set Query Id for one record * \param idx Index of this record * \param value Query Id value of this record */
include/LightGBM/dataset.h:143
↓ 3 callers
Method
SetWeightAt
! * \brief Set Weight for one record * \param idx Index of this record * \param value Weight value of this record */
python-package/compile/include/LightGBM/dataset.h:134
↓ 3 callers
Method
SetWeightAt
! * \brief Set Weight for one record * \param idx Index of this record * \param value Weight value of this record */
include/LightGBM/dataset.h:134
↓ 3 callers
Function
SkipSpaceAndTab
python-package/compile/include/LightGBM/utils/common.h:378
↓ 3 callers
Function
SkipSpaceAndTab
include/LightGBM/utils/common.h:378
↓ 3 callers
Function
Softmax
! * \brief Do inplace softmax transformation on p_rec * \param p_rec The input/output vector of the values. */
python-package/compile/include/LightGBM/utils/common.h:602
↓ 3 callers
Function
Softmax
! * \brief Do inplace softmax transformation on p_rec * \param p_rec The input/output vector of the values. */
include/LightGBM/utils/common.h:602
↓ 3 callers
Function
SyncUpGlobalBestSplit
To-do: reduce the communication cost by using bitset to communicate.
python-package/compile/src/treelearner/parallel_tree_learner.h:190
↓ 3 callers
Function
SyncUpGlobalBestSplit
To-do: reduce the communication cost by using bitset to communicate.
src/treelearner/parallel_tree_learner.h:190
↓ 3 callers
Method
Train
python-package/compile/src/boosting/gbdt.cpp:288
↓ 3 callers
Method
Train
src/boosting/gbdt.cpp:288
↓ 3 callers
Method
__inner_eval
Evaluate training or validation data.
python-package/lightgbmmt/basic.py:2703
↓ 3 callers
Method
__inner_predict
Predict for training and validation dataset.
python-package/lightgbmmt/basic.py:2736
↓ 3 callers
Method
__pred_for_csr
Predict for a CSR data.
python-package/lightgbmmt/basic.py:631
↓ 3 callers
Method
__pred_for_np2d
Predict for a 2-D numpy matrix.
python-package/lightgbmmt/basic.py:582
↓ 3 callers
Function
_dump_pandas_categorical
(pandas_categorical, file_name=None)
python-package/lightgbmmt/basic.py:371
↓ 3 callers
Function
_format_eval_result
Format metric string.
python-package/lightgbmmt/callback.py:42
↓ 3 callers
Function
_get_bad_pandas_dtypes
(dtypes)
python-package/lightgbmmt/basic.py:306
↓ 3 callers
Function
_load_pandas_categorical
(file_name=None, model_str=None)
python-package/lightgbmmt/basic.py:381
↓ 3 callers
Method
_set_predictor
Set predictor for continued training. It is not recommended for user to call this function. Please use init_model argument in engine.
python-package/lightgbmmt/basic.py:1308
↓ 3 callers
Method
_update_params
(self, params)
python-package/lightgbmmt/basic.py:1173
↓ 3 callers
Method
arity
Returns the number of arguments for the kernel.
compute/include/boost/compute/kernel.hpp:160
↓ 3 callers
Method
begin
compute/include/boost/compute/utility/extents.hpp:103
↓ 3 callers
Function
bind_info_function
compute/include/boost/compute/detail/get_object_info.hpp:80
↓ 3 callers
Function
calculate_work_size
Given a total number of values (count), a number of values to process per thread (vtp), and a number of threads to execute per block (tpb), this funct
compute/include/boost/compute/detail/work_size.hpp:24
↓ 3 callers
Function
copy_files_helper
(folder_name)
python-package/setup.py:33
↓ 3 callers
Function
copy_index_if
compute/include/boost/compute/algorithm/copy_if.hpp:27
↓ 3 callers
Function
copy_on_device_async
compute/include/boost/compute/algorithm/detail/copy_on_device.hpp:144
↓ 3 callers
Function
copy_string
copy the string 's' with length 'n' to 'result' (just like strncpy())
compute/example/fizz_buzz.cpp:60
↓ 3 callers
Function
copy_to_device
compute/include/boost/compute/algorithm/detail/copy_to_device.hpp:28
↓ 3 callers
Function
copy_to_host
compute/include/boost/compute/algorithm/detail/copy_to_host.hpp:29
↓ 3 callers
Function
decode_string
Decode C bytestring to ordinary string.
python-package/lightgbmmt/compat.py:24
↓ 3 callers
Function
dispatch_copy_async
compute/include/boost/compute/algorithm/copy.hpp:101
↓ 3 callers
Method
enqueue_copy_buffer
Enqueues a command to copy data from \p src_buffer to \p dst_buffer. \see_opencl_ref{clEnqueueCopyBuffer} \see copy()
compute/include/boost/compute/command_queue.hpp:640
↓ 3 callers
Method
enqueue_copy_image
Enqueues a command to copy data from \p src_image to \p dst_image. \see_opencl_ref{clEnqueueCopyImage}
compute/include/boost/compute/command_queue.hpp:1190
↓ 3 callers
Method
enqueue_fill_image
Enqueues a command to fill \p image with \p fill_color. \see_opencl_ref{clEnqueueFillImage} \opencl_version_warning{1,2}
compute/include/boost/compute/command_queue.hpp:1319
↓ 3 callers
Method
enqueue_map_buffer_async
Enqueues a command to map \p buffer into the host address space. Map operation is performed asynchronously. The pointer to the mapped region cannot be
compute/include/boost/compute/command_queue.hpp:819
↓ 3 callers
Method
enqueue_marker
Enqueues a marker in the queue and returns an event that can be used to track its progress.
compute/include/boost/compute/command_queue.hpp:1622
↓ 3 callers
Method
enqueue_read_buffer_async
Enqueues a command to read data from \p buffer to host memory. The copy will be performed asynchronously. \see_opencl_ref{clEnqueueReadBuffer} \see
compute/include/boost/compute/command_queue.hpp:335
↓ 3 callers
Method
enqueue_svm_memcpy_async
Enqueues a command to copy \p size bytes of data from \p src_ptr to \p dst_ptr. The operation is performed asynchronously. \opencl_version_warning{2,
compute/include/boost/compute/command_queue.hpp:1705
↓ 3 callers
Method
enqueue_write_image
Enqueues a command to write data from host memory to \p image. \see_opencl_ref{clEnqueueWriteImage}
compute/include/boost/compute/command_queue.hpp:952
↓ 3 callers
Method
eval_valid
Evaluate for validation data. Parameters ---------- feval : callable or None, optional (default=None) Customized
python-package/lightgbmmt/basic.py:2196
↓ 3 callers
Method
exec
compute/include/boost/compute/algorithm/set_symmetric_difference.hpp:109
↓ 3 callers
Method
exec
compute/include/boost/compute/algorithm/gather.hpp:49
↓ 3 callers
Method
exec
compute/include/boost/compute/algorithm/set_intersection.hpp:86
↓ 3 callers
Method
exec
compute/include/boost/compute/algorithm/set_union.hpp:111
↓ 3 callers
Method
exec
compute/include/boost/compute/algorithm/set_difference.hpp:98
↓ 3 callers
Function
fill_async
compute/include/boost/compute/algorithm/fill.hpp:296
↓ 3 callers
Function
fill_async_with_copy
compute/include/boost/compute/algorithm/fill.hpp:57
↓ 3 callers
Function
fill_with_copy
compute/include/boost/compute/algorithm/fill.hpp:42
↓ 3 callers
Function
find_if_not
compute/include/boost/compute/algorithm/find_if_not.hpp:32
↓ 3 callers
Method
first_line
! * \brief return first line of data */
python-package/compile/include/LightGBM/utils/text_reader.h:77
↓ 3 callers
Method
first_line
! * \brief return first line of data */
include/LightGBM/utils/text_reader.h:77
↓ 3 callers
Function
free
compute/include/boost/compute/experimental/malloc.hpp:42
↓ 3 callers
Method
get
Returns the program object with \p key. Returns a null optional if no program with \p key exists in the cache.
compute/include/boost/compute/utility/program_cache.hpp:87
↓ 3 callers
Method
get
compute/include/boost/compute/memory/svm_ptr.hpp:113
↓ 3 callers
Function
get_cmake_opts
(openmp_include_dir, openmp_library)
python-package/setup.py:172
↓ 3 callers
Method
get_extension_function_address
Returns the address of the \p function_name extension function. Returns \c 0 if \p function_name is invalid.
compute/include/boost/compute/platform.hpp:182
↓ 3 callers
Method
get_feature_penalty
Get the feature penalty of the Dataset. Returns ------- feature_penalty : numpy array or None Feature penalty for
python-package/lightgbmmt/basic.py:1482
← previous
next →
601–700 of 4,583, ranked by callers