MCPcopy Create free account

hub / github.com/antmachineintelligence/mtgbmcode / functions

Functions4,583 in github.com/antmachineintelligence/mtgbmcode

↓ 3 callersFunctionCreatePredictionEarlyStopInstance
python-package/compile/src/boosting/prediction_early_stop.cpp:75
↓ 3 callersFunctionCreatePredictionEarlyStopInstance
src/boosting/prediction_early_stop.cpp:75
↓ 3 callersMethodFeature2Group
python-package/compile/include/LightGBM/dataset.h:358
↓ 3 callersMethodFeature2Group
include/LightGBM/dataset.h:358
↓ 3 callersMethodFeatureMonotone
python-package/compile/include/LightGBM/dataset.h:446
↓ 3 callersMethodFeatureMonotone
include/LightGBM/dataset.h:446
↓ 3 callersMethodFeatureNames
! * \brief Get feature names of this model * \return Feature names of this model */
python-package/compile/src/boosting/gbdt.h:315
↓ 3 callersMethodFeatureNames
! * \brief Get feature names of this model * \return Feature names of this model */
src/boosting/gbdt.h:315
↓ 3 callersMethodFeaturePenalte
python-package/compile/include/LightGBM/dataset.h:454
↓ 3 callersMethodFeaturePenalte
include/LightGBM/dataset.h:454
↓ 3 callersFunctionFindBinWithZeroAsOneBin
python-package/compile/src/io/bin.cpp:254
↓ 3 callersFunctionFindBinWithZeroAsOneBin
src/io/bin.cpp:254
↓ 3 callersMethodFromMemory
! * \brief Restore histogram from memory */
python-package/compile/src/treelearner/feature_histogram.hpp:432
↓ 3 callersMethodFromMemory
! * \brief Restore histogram from memory */
src/treelearner/feature_histogram.hpp:432
↓ 3 callersFunctionGetStatistic
python-package/compile/src/io/parser.cpp:16
↓ 3 callersFunctionGetStatistic
src/io/parser.cpp:16
↓ 3 callersFunctionGreedyFindBin
python-package/compile/src/io/bin.cpp:76
↓ 3 callersFunctionGreedyFindBin
src/io/bin.cpp:76
↓ 3 callersFunctionLGBM_DatasetSetField
python-package/compile/src/c_api.cpp:1000
↓ 3 callersFunctionLGBM_DatasetSetField
src/c_api.cpp:1000
↓ 3 callersMethodNumFeatures
python-package/compile/src/io/parser.hpp:46
↓ 3 callersMethodNumFeatures
src/io/parser.hpp:46
↓ 3 callersMethodNumTotalBin
python-package/compile/include/LightGBM/dataset.h:367
↓ 3 callersMethodNumTotalBin
include/LightGBM/dataset.h:367
↓ 3 callersFunctionPushClearIfEmpty
python-package/compile/src/io/dataset.cpp:1031
↓ 3 callersFunctionPushClearIfEmpty
src/io/dataset.cpp:1031
↓ 3 callersFunctionPushOffset
python-package/compile/src/io/dataset.cpp:1023
↓ 3 callersFunctionPushOffset
src/io/dataset.cpp:1023
↓ 3 callersMethodRecv
python-package/compile/src/network/linkers.h:206
↓ 3 callersMethodRecv
src/network/linkers.h:206
↓ 3 callersFunctionRemoveQuotationSymbol
python-package/compile/include/LightGBM/utils/common.h:49
↓ 3 callersFunctionRemoveQuotationSymbol
include/LightGBM/utils/common.h:49
↓ 3 callersMethodSaveBinaryFile
python-package/compile/src/io/dataset.cpp:648
↓ 3 callersMethodSaveBinaryFile
src/io/dataset.cpp:648
↓ 3 callersMethodSend
python-package/compile/src/network/linkers.h:215
↓ 3 callersMethodSend
src/network/linkers.h:215
↓ 3 callersMethodSetInitScore
python-package/compile/src/io/metadata.cpp:282
↓ 3 callersMethodSetInitScore
src/io/metadata.cpp:282
↓ 3 callersMethodSetLabelAt
! * \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 callersMethodSetLabelAt
! * \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 callersMethodSetQueryAt
! * \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 callersMethodSetQueryAt
! * \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 callersMethodSetWeightAt
! * \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 callersMethodSetWeightAt
! * \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 callersFunctionSkipSpaceAndTab
python-package/compile/include/LightGBM/utils/common.h:378
↓ 3 callersFunctionSkipSpaceAndTab
include/LightGBM/utils/common.h:378
↓ 3 callersFunctionSoftmax
! * \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 callersFunctionSoftmax
! * \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 callersFunctionSyncUpGlobalBestSplit
To-do: reduce the communication cost by using bitset to communicate.
python-package/compile/src/treelearner/parallel_tree_learner.h:190
↓ 3 callersFunctionSyncUpGlobalBestSplit
To-do: reduce the communication cost by using bitset to communicate.
src/treelearner/parallel_tree_learner.h:190
↓ 3 callersMethodTrain
python-package/compile/src/boosting/gbdt.cpp:288
↓ 3 callersMethodTrain
src/boosting/gbdt.cpp:288
↓ 3 callersMethod__inner_eval
Evaluate training or validation data.
python-package/lightgbmmt/basic.py:2703
↓ 3 callersMethod__inner_predict
Predict for training and validation dataset.
python-package/lightgbmmt/basic.py:2736
↓ 3 callersMethod__pred_for_csr
Predict for a CSR data.
python-package/lightgbmmt/basic.py:631
↓ 3 callersMethod__pred_for_np2d
Predict for a 2-D numpy matrix.
python-package/lightgbmmt/basic.py:582
↓ 3 callersFunction_dump_pandas_categorical
(pandas_categorical, file_name=None)
python-package/lightgbmmt/basic.py:371
↓ 3 callersFunction_format_eval_result
Format metric string.
python-package/lightgbmmt/callback.py:42
↓ 3 callersFunction_get_bad_pandas_dtypes
(dtypes)
python-package/lightgbmmt/basic.py:306
↓ 3 callersFunction_load_pandas_categorical
(file_name=None, model_str=None)
python-package/lightgbmmt/basic.py:381
↓ 3 callersMethod_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 callersMethod_update_params
(self, params)
python-package/lightgbmmt/basic.py:1173
↓ 3 callersMethodarity
Returns the number of arguments for the kernel.
compute/include/boost/compute/kernel.hpp:160
↓ 3 callersMethodbegin
compute/include/boost/compute/utility/extents.hpp:103
↓ 3 callersFunctionbind_info_function
compute/include/boost/compute/detail/get_object_info.hpp:80
↓ 3 callersFunctioncalculate_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 callersFunctioncopy_files_helper
(folder_name)
python-package/setup.py:33
↓ 3 callersFunctioncopy_index_if
compute/include/boost/compute/algorithm/copy_if.hpp:27
↓ 3 callersFunctioncopy_on_device_async
compute/include/boost/compute/algorithm/detail/copy_on_device.hpp:144
↓ 3 callersFunctioncopy_string
copy the string 's' with length 'n' to 'result' (just like strncpy())
compute/example/fizz_buzz.cpp:60
↓ 3 callersFunctioncopy_to_device
compute/include/boost/compute/algorithm/detail/copy_to_device.hpp:28
↓ 3 callersFunctioncopy_to_host
compute/include/boost/compute/algorithm/detail/copy_to_host.hpp:29
↓ 3 callersFunctiondecode_string
Decode C bytestring to ordinary string.
python-package/lightgbmmt/compat.py:24
↓ 3 callersFunctiondispatch_copy_async
compute/include/boost/compute/algorithm/copy.hpp:101
↓ 3 callersMethodenqueue_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 callersMethodenqueue_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 callersMethodenqueue_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 callersMethodenqueue_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 callersMethodenqueue_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 callersMethodenqueue_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 callersMethodenqueue_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 callersMethodenqueue_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 callersMethodeval_valid
Evaluate for validation data. Parameters ---------- feval : callable or None, optional (default=None) Customized
python-package/lightgbmmt/basic.py:2196
↓ 3 callersMethodexec
compute/include/boost/compute/algorithm/set_symmetric_difference.hpp:109
↓ 3 callersMethodexec
compute/include/boost/compute/algorithm/gather.hpp:49
↓ 3 callersMethodexec
compute/include/boost/compute/algorithm/set_intersection.hpp:86
↓ 3 callersMethodexec
compute/include/boost/compute/algorithm/set_union.hpp:111
↓ 3 callersMethodexec
compute/include/boost/compute/algorithm/set_difference.hpp:98
↓ 3 callersFunctionfill_async
compute/include/boost/compute/algorithm/fill.hpp:296
↓ 3 callersFunctionfill_async_with_copy
compute/include/boost/compute/algorithm/fill.hpp:57
↓ 3 callersFunctionfill_with_copy
compute/include/boost/compute/algorithm/fill.hpp:42
↓ 3 callersFunctionfind_if_not
compute/include/boost/compute/algorithm/find_if_not.hpp:32
↓ 3 callersMethodfirst_line
! * \brief return first line of data */
python-package/compile/include/LightGBM/utils/text_reader.h:77
↓ 3 callersMethodfirst_line
! * \brief return first line of data */
include/LightGBM/utils/text_reader.h:77
↓ 3 callersFunctionfree
compute/include/boost/compute/experimental/malloc.hpp:42
↓ 3 callersMethodget
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 callersMethodget
compute/include/boost/compute/memory/svm_ptr.hpp:113
↓ 3 callersFunctionget_cmake_opts
(openmp_include_dir, openmp_library)
python-package/setup.py:172
↓ 3 callersMethodget_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 callersMethodget_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
← previousnext →601–700 of 4,583, ranked by callers