MCPcopy Create free account

hub / github.com/VowpalWabbit/vowpal_wabbit / functions

Functions6,200 in github.com/VowpalWabbit/vowpal_wabbit

↓ 3 callersFunctionVW_FreeAuditDataA
vowpalwabbit/c_wrapper/src/vwdll.cc:459
↓ 3 callersFunctionVW_FreeIOBuf
vowpalwabbit/c_wrapper/src/vwdll.cc:431
↓ 3 callersFunctionVW_GetFeatureSpace
vowpalwabbit/c_wrapper/src/vwdll.cc:108
↓ 3 callersFunctionVW_GetPrediction
vowpalwabbit/c_wrapper/src/vwdll.cc:176
↓ 3 callersFunctionVW_GetTopicPrediction
vowpalwabbit/c_wrapper/src/vwdll.cc:161
↓ 3 callersFunctionVW_HashSpaceA
vowpalwabbit/c_wrapper/src/vwdll.cc:264
↓ 3 callersFunctionVW_InitFeatures
vowpalwabbit/c_wrapper/src/vwdll.cc:219
↓ 3 callersFunctionVW_ReleaseFeatureSpace
vowpalwabbit/c_wrapper/src/vwdll.cc:121
↓ 3 callersMethodWrite
(void* buffer, int num_bytes)
cs/vw.net/Native/IOWriterAdapter.cs:47
↓ 3 callersMethod_get_est_params
This returns only the set of estimator parameters currently in use
python/vowpalwabbit/sklearn.py:509
↓ 3 callersFunction_test_helper
( vw_arg: str, num_iterations=2000, seed=10, has_automl=False, log_filename=None )
python/tests/test_tutorial.py:172
↓ 3 callersFunction_test_helper_save_load
vowpalwabbit/core/tests/simulator.cc:362
↓ 3 callersFunctionadd_example_conditioning
priv.learn_condition_on_act or priv.condition_on_actions
vowpalwabbit/core/src/reductions/search/search.cc:748
↓ 3 callersFunctionbilou_to_bio
vowpalwabbit/core/src/reductions/search/search_sequencetask.cc:94
↓ 3 callersMethodcalculate
input: N = number of total data points avg_loss = average cost of the batch max_weighted_cost = max cost during
demo/cats/utility/confidence_interval.py:8
↓ 3 callersFunctioncheck_graph_and_preds
vowpalwabbit/core/tests/cb_graph_feedback_label_parse_test.cc:107
↓ 3 callersFunctioncheck_length_matches
vowpalwabbit/core/include/vw/core/model_utils.h:24
↓ 3 callersMethodcheck_necessary_enabled
vowpalwabbit/config/src/option_group_definition.cc:15
↓ 3 callersFunctioncheck_pdf_limits_are_valid
vowpalwabbit/core/tests/pmf_to_pdf_test.cc:77
↓ 3 callersFunctioncheck_pdf_sums_to_one
vowpalwabbit/core/tests/pmf_to_pdf_test.cc:69
↓ 3 callersFunctionclear_innermost_offset
This function is used to clear the weights of a specific offset in the innermost feature_width.
vowpalwabbit/core/include/vw/core/multi_model_utils.h:31
↓ 3 callersFunctioncompare_expected_and_result_vectors
vowpalwabbit/core/tests/thread_pool_test.cc:30
↓ 3 callersMethodcompute_kernels
vowpalwabbit/core/src/reductions/kernel_svm.cc:223
↓ 3 callersMethodcopy_to
vowpalwabbit/core/src/io_buf.cc:151
↓ 3 callersFunctioncpu_supports_avx2
vowpalwabbit/core/src/reductions/cb/details/large_action/compute_dot_prod_simd.h:18
↓ 3 callersFunctioncpu_supports_avx512
vowpalwabbit/core/src/reductions/cb/details/large_action/compute_dot_prod_simd.h:20
↓ 3 callersMethodcreateExampleFromDense
* Creates an example from a dense array of features * @param features - Map of namespace to feature values * @param label - Optional label strin
wasm/types/index.d.ts:134
↓ 3 callersMethodcreate_cb_adf_log
vowpalwabbit/fb_parser/tests/example_data_generator.cc:79
↓ 3 callersFunctioncreate_custom_writer
vowpalwabbit/io/src/io_adapter.cc:278
↓ 3 callersMethodcreate_flatbuffer
vowpalwabbit/fb_parser/tests/prototype_label.cc:12
↓ 3 callersFunctioncs_get_cost_index
vowpalwabbit/core/src/reductions/search/search.cc:870
↓ 3 callersFunctioncsoaa_ldf_print_raw
vowpalwabbit/core/src/reductions/csoaa_ldf.cc:475
↓ 3 callersFunctioncycle_get
vowpalwabbit/core/src/reductions/stagewise_poly.cc:170
↓ 3 callersMethoddecision_function
Predict confidence scores for samples. The confidence score for a sample is the signed distance of that sample to the hyperpl
python/vowpalwabbit/sklearn.py:597
↓ 3 callersFunctiondel_example_conditioning
vowpalwabbit/core/src/reductions/search/search.cc:857
↓ 3 callersFunctiondiag_kronecker_product_test
vowpalwabbit/core/src/reductions/memory_tree.cc:95
↓ 3 callersMethoddigamma
vowpalwabbit/core/src/reductions/lda_core.cc:549
↓ 3 callersFunctiondirection_magnitude
vowpalwabbit/core/src/reductions/bfgs.cc:236
↓ 3 callersFunctiondo_weighting
vowpalwabbit/core/include/vw/core/accumulate.h:22
↓ 3 callersFunctiondropNested
A matching function for nested expressions, e.g. namespaces and tables.
demo/recall_tree/wikipara/WikiExtractor.py:1515
↓ 3 callersFunctionelements_to_string
vowpalwabbit/core/src/reductions/details/automl/automl_util.cc:98
↓ 3 callersMethodempty
vowpalwabbit/core/include/vw/core/object_pool.h:152
↓ 3 callersMethodempty_col
Create an empty string column. Returns: A column of empty string with as much rows as the input dataframe.
python/vowpalwabbit/dftovw.py:1051
↓ 3 callersFunctionemt_median
//////////////////Helper///////////////////////////// /////////////////////////////////////////////////////
vowpalwabbit/core/src/reductions/eigen_memory_tree.cc:183
↓ 3 callersMethodendLogStream
* Close the log stream
wasm/types/index.d.ts:276
↓ 3 callersFunctionex_get_cb_continuous_num_costs
CB continuous label accessors
python/pylibvw.cc:991
↓ 3 callersFunctionexample_is_test
vowpalwabbit/core/src/reductions/lrqfa.cc:47
↓ 3 callersFunctionfastlog
vowpalwabbit/core/src/reductions/lda_core.cc:134
↓ 3 callersFunctionfindMatchingBraces
:param ldelim: number of braces to match. 0 means match [[]], {{}} and {{{}}}.
demo/recall_tree/wikipara/WikiExtractor.py:875
↓ 3 callersMethodfindTestCase
(int id)
java/src/test/java/vowpalWabbit/learner/runtests/RunTestsIT.java:160
↓ 3 callersMethodfind_max_volume
vowpalwabbit/core/src/reductions/cb/details/large_action/one_rank_spanner_impl.cc:11
↓ 3 callersFunctionfind_min
vowpalwabbit/core/src/reductions/cb/warm_cb.cc:122
↓ 3 callersFunctionfind_or_use_user_supplied_path
( test_base_ref_dir: Path, user_supplied_bin_path: Optional[Path], search_paths: List[Path], i
test/run_tests.py:684
↓ 3 callersMethodfinish
Free's the vw data structure.
java/src/main/java/org/vowpalwabbit/spark/VowpalWabbitNative.java:104
↓ 3 callersMethodflush
cs/cli/clr_io.cpp:47
↓ 3 callersFunctionforeach_action_from_cache
vowpalwabbit/core/src/reductions/search/search.cc:1645
↓ 3 callersMethodformat_help
vowpalwabbit/config/src/cli_help_formatter.cc:147
↓ 3 callersMethodfrom_column_names
Build DFtoVW instance using column names only. Compared to :meth:`DFtoVW.from_colnames`, this method allows for y and label_type to be optional and ar
python/vowpalwabbit/dftovw.py:765
↓ 3 callersMethodgen_ns_groupings_at
vowpalwabbit/core/src/reductions/details/automl/automl_oracle.cc:255
↓ 3 callersMethodgenerate_Y
vowpalwabbit/core/src/reductions/cb/details/large_action/two_pass_svd_impl.cc:79
↓ 3 callersMethodgetArguments
Returns a subset of the current arguments VW received (e.g. numbits) @return VW argument object.
java/src/main/java/org/vowpalwabbit/spark/VowpalWabbitNative.java:90
↓ 3 callersMethodgetInitialRegressor
()
java/src/test/java/vowpalWabbit/learner/runtests/TestCase.java:66
↓ 3 callersMethodgetInputData
()
java/src/test/java/vowpalWabbit/learner/runtests/TestCase.java:62
↓ 3 callersFunctiongetJavaPrediction
java/src/main/c++/jni_spark_vw.cc:992
↓ 3 callersMethodget_coefs
Returns coefficient weights as ordered sparse matrix Returns: sparse matrix: coefficient weights for model
python/vowpalwabbit/sklearn.py:468
↓ 3 callersFunctionget_expected_vector
vowpalwabbit/core/tests/thread_pool_test.cc:18
↓ 3 callersFunctionget_label_parser
python/pylibvw.cc:417
↓ 3 callersMethodget_log_output
Get logger output messages (warnings, errors, info messages). One line per item in the list. Raises: Exception: Raises an
python/vowpalwabbit/pyvw.py:858
↓ 3 callersMethodget_params
This returns the full set of vw and estimator parameters currently in use
python/vowpalwabbit/sklearn.py:447
↓ 3 callersMethodget_prediction
Get prediction object from this example. Args: prediction_type: - If None, the label type of the example's owning
python/vowpalwabbit/pyvw.py:2053
↓ 3 callersMethodget_reader
vowpalwabbit/io/src/io_adapter.cc:328
↓ 3 callersMethodget_string
vowpalwabbit/core/src/metric_sink.cc:71
↓ 3 callersMethodget_tag
vowpalwabbit/core/src/vw.cc:798
↓ 3 callersFunctionget_test_harness
vowpalwabbit/core/tests/pmf_to_pdf_test.cc:50
↓ 3 callersFunctionget_x_numerical_fts
test/benchmarks/benchmarks_common.h:5
↓ 3 callersFunctiongradient_scalar
vowpalwabbit/core/src/reductions/svrg.cc:78
↓ 3 callersFunctionhandle_features_value
vowpalwabbit/json_parser/src/parse_example_slates_json.cc:41
↓ 3 callersMethodhasInitialRegressor
()
java/src/test/java/vowpalWabbit/learner/runtests/TestCase.java:102
↓ 3 callersMethodinit
vowpalwabbit/json_parser/src/parse_example_json.cc:1740
↓ 3 callersFunctioninit_leaf
vowpalwabbit/core/src/reductions/log_multi.cc:98
↓ 3 callersMethodinit_svm_example
vowpalwabbit/core/src/reductions/kernel_svm.cc:207
↓ 3 callersMethodinitialize
vowpalwabbit/core/src/vw.cc:174
↓ 3 callersFunctioninsert_example
node here the ec is already stored in the b.examples, the task here is to rout it to the leaf, and insert the ec_array_index to the leaf.
vowpalwabbit/core/src/reductions/memory_tree.cc:942
↓ 3 callersFunctioninsert_example_at_node
vowpalwabbit/core/src/reductions/recall_tree.cc:203
↓ 3 callersFunctioninteraction_to_index
craft feature index for interaction see: interactions_predict.h:process_quadratic_interaction(..)
vowpalwabbit/core/tests/automl_weights_test.cc:52
↓ 3 callersFunctionis_interaction_ns
vowpalwabbit/core/include/vw/core/interactions.h:29
↓ 3 callersFunctionis_the_labeled_example
vowpalwabbit/core/src/reductions/cb/cb_explore_adf_rnd.cc:119
↓ 3 callersMethodisbinary
vowpalwabbit/core/src/io_buf.cc:79
↓ 3 callersFunctionkernel_impl
vowpalwabbit/core/src/reductions/cb/details/large_action/kernel_impl.h:17
↓ 3 callersFunctionlearn_entity_relation_2ent
2 entities: 2 + 2*(2-1)/2 = 2 + 1 = 3 examples
vowpalwabbit/core/tests/coverage_search_test.cc:288
↓ 3 callersMethodloadModelFromFile
* Loads a VW model from a file (Node.js only) * @param model_file - Path to the model file
wasm/types/index.d.ts:104
↓ 3 callersFunctionload_templates
Load templates from :param file:. :param output_file: file where to save templates and modules.
demo/recall_tree/wikipara/WikiExtractor.py:2338
↓ 3 callersMethodlogCBExampleSync
* Log a CB example synchronously * @param log_file - Path to log file * @param example - CB example object
wasm/types/index.d.ts:302
↓ 3 callersMethodlog_summary
vowpalwabbit/io/src/logger.cc:118
↓ 3 callersFunctionmake_single_prediction
vowpalwabbit/core/src/reductions/csoaa_ldf.cc:114
↓ 3 callersFunctionmake_space_at
This will move all elements after idx by width positions and reallocate the underlying buffer if needed.
vowpalwabbit/core/include/vw/core/v_array.h:371
↓ 3 callersFunctionmight_print_update
vowpalwabbit/core/src/reductions/search/search.cc:421
↓ 3 callersFunctionno_label
vowpalwabbit/fb_parser/tests/prototype_label.cc:353
↓ 3 callersFunctionns_to_str
vowpalwabbit/core/src/reductions/details/automl/automl_util.cc:74
↓ 3 callersMethodnum_output_files
vowpalwabbit/core/include/vw/core/io_buf.h:162
← previousnext →801–900 of 6,200, ranked by callers