Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VowpalWabbit/vowpal_wabbit
/ types & classes
Types & classes
1,182 in github.com/VowpalWabbit/vowpal_wabbit
⨍
Functions
6,200
◇
Types & classes
1,182
↳
Endpoints
1
↓ 268 callers
Class
print
vowpalwabbit/core/src/reductions/print.cc:17
↓ 52 callers
Class
Workspace
Workspace exposes most of the library functionality. It wraps the native code. The Workspace Python class should always be used instead of the binding
python/vowpalwabbit/pyvw.py:464
↓ 40 callers
Class
Feature
The feature type for the constructor of DFtoVW
python/vowpalwabbit/dftovw.py:371
↓ 35 callers
Class
option_group_definition
vowpalwabbit/config/include/vw/config/help_formatter.h:14
↓ 33 callers
Class
DFtoVW
Convert a pandas DataFrame to a suitable VW format. Instances of this class are built with classes such as SimpleLabel, MulticlassLabel, Featu
python/vowpalwabbit/dftovw.py:628
↓ 19 callers
Class
VW
Vowpal Wabbit Scikit-learn Base Estimator wrapper
python/vowpalwabbit/sklearn.py:54
↓ 18 callers
Class
basic_string_view
ext_libs/string-view-lite/nonstd/string_view.hpp:544
↓ 17 callers
Class
column_definition
vowpalwabbit/core/include/vw/core/table_formatter.h:33
↓ 16 callers
Class
SimpleLabel
The simple label type for the constructor of DFtoVW.
python/vowpalwabbit/dftovw.py:225
↓ 12 callers
Class
incremental_f_sum
Incremental version of https://en.wikipedia.org/wiki/Kahan_summation_algorithm
python/tests/confidence_sequence.py:4
↓ 12 callers
Class
predictor
to make calls to "predict" (and "predictLDF") cleaner when you want to use crazy combinations of arguments
vowpalwabbit/core/include/vw/core/reductions/search/search.h:262
↓ 11 callers
Class
input
library/search_generate.cc:248
↓ 10 callers
Class
_AttributeDescriptor
This descriptor class add type and value checking informations to the _Col instance for future usage in the DFtoVW class. Indeed, the type and val
python/vowpalwabbit/dftovw.py:158
↓ 8 callers
Class
ContextualbanditLabel
The contextual bandit label type for the constructor of DFtoVW.
python/vowpalwabbit/dftovw.py:326
↓ 8 callers
Class
cb_label
vowpalwabbit/core/include/vw/core/cb.h:40
↓ 7 callers
Class
MultiLabel
The multi labels type for the constructor of DFtoVW.
python/vowpalwabbit/dftovw.py:293
↓ 7 callers
Class
Namespace
The namespace type for the constructor of DFtoVW. The Namespace is a container for Feature object(s), and thus must be composed of a Feature o
python/vowpalwabbit/dftovw.py:450
↓ 6 callers
Class
Iterator
vowpalwabbit/core/include/vw/core/automl_impl.h:134
↓ 6 callers
Class
LossStructOn
demo/cats/utility/get_online_results.py:12
↓ 6 callers
Class
VowpalWabbitExample
cs/vw.net/VowpalWabbitExample.cs:77
↓ 6 callers
Class
VowpalWabbitFeature
cs/vw.net/VowpalWabbitFeature.cs:35
↓ 6 callers
Class
audit_strings
vowpalwabbit/core/include/vw/core/feature_group.h:31
↓ 6 callers
Class
cb_class
By default a cb class does not contain an observed cost.
vowpalwabbit/core/include/vw/core/cb.h:20
↓ 6 callers
Class
feature
sparse feature definition for the library interface
vowpalwabbit/core/include/vw/core/feature_group.h:63
↓ 6 callers
Class
socket
vowpalwabbit/io/include/vw/io/io_adapter.h:86
↓ 6 callers
Class
wt
library/test_search.cc:14
↓ 5 callers
Class
OnlineCressieRead
python/tests/distributionally_robust_data.py:4
↓ 5 callers
Class
VWClassifier
Vowpal Wabbit Classifier model for binary classification Use VWMultiClassifier for multiclass classification Note - We are assuming the VW.pre
python/vowpalwabbit/sklearn.py:553
↓ 5 callers
Class
action_repr
vowpalwabbit/core/src/reductions/search/search.cc:121
↓ 5 callers
Class
options_name_extractor
vowpalwabbit/config/include/vw/config/options_name_extractor.h:18
↓ 5 callers
Enum
size_type
ext_libs/string-view-lite/nonstd/string_view.hpp:968
↓ 4 callers
Class
DiffCheck
test/run_tests.py:154
↓ 4 callers
Class
SimpleLabel
cs/vw.net/Labels/ILabel.cs:187
↓ 4 callers
Class
TestOutcome
test/run_tests.py:165
↓ 4 callers
Class
VowpalWabbitNamespaceBuilder
cs/vw.net/VowpalWabbitNamespaceBuilder.cs:33
↓ 4 callers
Class
gd_per_model_state
vowpalwabbit/core/include/vw/core/reductions/gd.h:29
↓ 4 callers
Class
iterator
vowpalwabbit/core/include/vw/core/example_predict.h:23
↓ 4 callers
Class
logger
vowpalwabbit/io/include/vw/io/logger.h:155
↓ 3 callers
Class
FeatureEnumerator
cs/vw.net/VowpalWabbitNamespace.cs:44
↓ 3 callers
Class
Infix
Infix operators. The calling sequence for the infix is: x |op| y
demo/recall_tree/wikipara/WikiExtractor.py:1238
↓ 3 callers
Class
LabelType
python/vowpalwabbit/pyvw.py:71
↓ 3 callers
Class
LossStructOff
demo/cats/utility/get_offline_results.py:13
↓ 3 callers
Class
MulticlassLabel
The multiclass label type for the constructor of DFtoVW.
python/vowpalwabbit/dftovw.py:258
↓ 3 callers
Class
NamespaceEnumerator
cs/vw.net/VowpalWabbitExample.cs:84
↓ 3 callers
Class
VWMultiClassifier
Vowpal Wabbit MultiClassifier model Note - We are assuming the VW.predict returns probabilities, setting probabilities=False will break this assum
python/vowpalwabbit/sklearn.py:672
↓ 3 callers
Class
VowpalWabbitExampleBuilder
cs/vw.net/VowpalWabbitExampleBuilder.cs:22
↓ 3 callers
Class
VowpalWabbitNamespace
cs/vw.net/VowpalWabbitNamespace.cs:35
↓ 3 callers
Class
node
vowpalwabbit/core/src/reductions/recall_tree.cc:40
↓ 3 callers
Class
node
construct node for tree.
vowpalwabbit/core/src/reductions/memory_tree.cc:131
↓ 2 callers
Class
ActionScore
python/vowpalwabbit/pyvw.py:1442
↓ 2 callers
Class
CBLabel
Class for contextual bandits VW label
python/vowpalwabbit/pyvw.py:1359
↓ 2 callers
Class
CBLabelElement
python/vowpalwabbit/pyvw.py:1337
↓ 2 callers
Class
Duals
vowpalwabbit/core/include/vw/core/estimators/distributionally_robust.h:19
↓ 2 callers
Class
Example
The example class is a wrapper around pylibvw.example. pylibvw.example should not be used. Most of the wrapping is to make the interface easie
python/vowpalwabbit/pyvw.py:1611
↓ 2 callers
Class
Extractor
An extraction task on a article.
demo/recall_tree/wikipara/WikiExtractor.py:448
↓ 2 callers
Class
PredictionType
python/vowpalwabbit/pyvw.py:83
↓ 2 callers
Class
RobustMixture
python/tests/confidence_sequence_robust.py:193
↓ 2 callers
Class
Simulator
python/tests/test_tutorial.py:13
↓ 2 callers
Class
StatusCheck
test/run_tests.py:141
↓ 2 callers
Class
StringLabel
cs/vw.net/Labels/ILabel.cs:398
↓ 2 callers
Class
TemplateText
Fixed text of template
demo/recall_tree/wikipara/WikiExtractor.py:382
↓ 2 callers
Class
VWRegressor
Vowpal Wabbit Regressor model
python/vowpalwabbit/sklearn.py:661
↓ 2 callers
Class
VowpalWabbitArguments
cs/vw.net/VowpalWabbitArguments.cs:45
↓ 2 callers
Class
model_delta
vowpalwabbit/core/include/vw/core/merge.h:15
↓ 2 callers
Class
nextstr
library/search_generate.cc:36
↓ 2 callers
Class
not_in_view
ext_libs/string-view-lite/nonstd/string_view.hpp:974
↓ 2 callers
Class
scored_action
vowpalwabbit/core/src/reductions/search/search.cc:105
↓ 2 callers
Class
search_task
vowpalwabbit/core/include/vw/core/reductions/search/search.h:29
↓ 2 callers
Class
stat
vowpalwabbit/io/src/io_adapter.cc:59
↓ 2 callers
Class
triplet
vowpalwabbit/core/include/vw/core/cb_graph_feedback_reduction_features.h:15
↓ 2 callers
Class
version_struct
vowpalwabbit/core/include/vw/core/version.h:14
↓ 1 callers
Class
BaseTask
vowpalwabbit/core/include/vw/core/reductions/search/search.h:35
↓ 1 callers
Class
CBContinuousLabel
Class for cb_continuous VW label
python/vowpalwabbit/pyvw.py:1570
↓ 1 callers
Class
CBContinuousLabelElement
python/vowpalwabbit/pyvw.py:1561
↓ 1 callers
Class
CBEvalLabel
Class for contextual bandits eval VW label
python/vowpalwabbit/pyvw.py:1391
↓ 1 callers
Class
CCBLabel
Class for conditional contextual bandits VW label
python/vowpalwabbit/pyvw.py:1461
↓ 1 callers
Class
CCBSlotOutcome
python/vowpalwabbit/pyvw.py:1448
↓ 1 callers
Class
CMakeExtension
setup.py:52
↓ 1 callers
Class
Completion
test/run_tests.py:117
↓ 1 callers
Class
CostSensitiveElement
python/vowpalwabbit/pyvw.py:1293
↓ 1 callers
Class
CostSensitiveLabel
Class for cost sensative VW label
python/vowpalwabbit/pyvw.py:1307
↓ 1 callers
Class
EvaluatorOffline
demo/cats/utility/get_offline_results.py:37
↓ 1 callers
Class
EvaluatorOnline
demo/cats/utility/get_online_results.py:27
↓ 1 callers
Class
ExampleNamespace
The ExampleNamespace class is a helper class that allows you to extract namespaces from examples and operate at a namespace level rather than
python/vowpalwabbit/pyvw.py:1120
↓ 1 callers
Class
GTilde
python/tests/confidence_sequence_robust.py:119
↓ 1 callers
Class
HyperOptimizer
utl/vw-hyperopt.py:254
↓ 1 callers
Class
HyperoptSpaceConstructor
Takes command-line input and transforms it into hyperopt search space An example of command-line input: --algorithms=ftrl,sgd --l2=1e-8..
utl/vw-hyperopt.py:90
↓ 1 callers
Class
MagicWords
One copy in each Extractor. @see https://doc.wikimedia.org/mediawiki-core/master/php/MagicWord_8php_source.html
demo/recall_tree/wikipara/WikiExtractor.py:1045
↓ 1 callers
Class
MulticlassLabel
Class for multiclass VW label with prediction
python/vowpalwabbit/pyvw.py:1251
↓ 1 callers
Class
MulticlassProbabilitiesLabel
Class for multiclass VW label with probabilities
python/vowpalwabbit/pyvw.py:1274
↓ 1 callers
Class
MultilabelLabel
Class for multilabel VW label
python/vowpalwabbit/pyvw.py:1595
↓ 1 callers
Class
NamespaceId
The NamespaceId class is simply a wrapper to convert between hash spaces referred to by character (eg 'x') versus their index in a particular
python/vowpalwabbit/pyvw.py:1078
↓ 1 callers
Class
NextFile
Synchronous generation of next available file name.
demo/recall_tree/wikipara/WikiExtractor.py:2263
↓ 1 callers
Class
OptionManager
OptionManager class for get_options support (backward compatibility)
python/pylibvw.cc:91
↓ 1 callers
Class
OutputSplitter
File-like object, that splits output to multiple files of a given max size.
demo/recall_tree/wikipara/WikiExtractor.py:2295
↓ 1 callers
Class
PreProcessCSVData
demo/cats/utility/preprocess_data.py:9
↓ 1 callers
Class
PredictDataJoiner_acp
demo/cats/utility/acp_regression_data_join.py:5
↓ 1 callers
Class
PredictDataJoiner_ap
demo/cats/utility/ap_regression_data_join.py:6
↓ 1 callers
Class
SRM
demo/cats/utility/srm.py:6
↓ 1 callers
Class
Sanitize
demo/cats/code_submission/sanitize.py:6
next →
1–100 of 1,182, ranked by callers