MCPcopy Create free account

hub / github.com/NVIDIA/gbm-bench / functions

Functions142 in github.com/NVIDIA/gbm-bench

↓ 10 callersMethodfit
(self, data, args)
algorithms.py:135
↓ 9 callersFunction_get_datapath
()
3rdparty/fast_retraining/experiments/libs/loaders.py:30
↓ 8 callersMethodconfigure
(self, data, args)
algorithms.py:181
↓ 5 callersFunctionread_from_dict
(hashmap, key, def_val="-na-")
json2csv.py:67
↓ 5 callersFunctionretrieve
(url, filename=None)
datasets.py:51
↓ 4 callersFunctionget_wins
Get the number of wins of a specfic team from a set of matches.
3rdparty/fast_retraining/experiments/libs/football.py:159
↓ 3 callersFunctionevaluate_metrics
(y_true, y_pred, metrics)
metrics.py:46
↓ 3 callersFunctionget_file_count
Returns the number of files in a folder
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:35
↓ 2 callersFunction__prepare_airline
(dataset_folder, nrows, regression=False)
datasets.py:81
↓ 2 callersFunction_convert_to_integer
Convert series to integer, given a dictionary. Parameters: srs (pd.Series): A series. d (dict): A dictionary mapping values to int
3rdparty/fast_retraining/experiments/libs/conversion.py:20
↓ 2 callersFunction_get_nominal_integer_dict
Convert nominal values in integers, starting at 0. Parameters: nominal_vals (pd.Series): A series. Returns: d (dict): An dicti
3rdparty/fast_retraining/experiments/libs/conversion.py:4
↓ 2 callersFunctionbenchmark
(args, dataset_folder, dataset)
runme.py:104
↓ 2 callersFunctionconvert_odds_to_prob
Converts bookkeeper odds to probabilities.
3rdparty/fast_retraining/experiments/libs/football.py:258
↓ 2 callersFunctiondiscounted_cumulative_gain
Discounted Cumulative Gain (DCG). Info: https://en.wikipedia.org/wiki/Discounted_cumulative_gain Args: y_true (list or array): True va
3rdparty/codebase/python/machine_learning/metrics.py:197
↓ 2 callersFunctionexponential_discounted_cumulative_gain
Exponential Discounted Cumulative Gain (eDCG). Info: https://en.wikipedia.org/wiki/Discounted_cumulative_gain Args: y_true (list or ar
3rdparty/codebase/python/machine_learning/metrics.py:222
↓ 2 callersFunctionfeaturise_images
Use DL model to featurise images
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:63
↓ 2 callersFunctionget_bookkeeper_data
Aggregates bookkeeper data for all matches and bookkeepers.
3rdparty/fast_retraining/experiments/libs/football.py:287
↓ 2 callersFunctionget_goals
Get the goals of a specfic team from a set of matches.
3rdparty/fast_retraining/experiments/libs/football.py:135
↓ 2 callersFunctionget_goals_conceided
Get the goals conceided of a specfic team from a set of matches.
3rdparty/fast_retraining/experiments/libs/football.py:147
↓ 2 callersFunctionget_last_matches
Get the last x matches of a given team.
3rdparty/fast_retraining/experiments/libs/football.py:102
↓ 2 callersFunctionload_perf_data
(json_file)
json2csv.py:39
↓ 1 callersFunctionchunks
(l, n)
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:58
↓ 1 callersFunctionclassification_metrics
(y_true, y_prob, threshold=0.5)
metrics.py:53
↓ 1 callersFunctionclassification_metrics_multilabel
(y_true, y_pred)
metrics.py:66
↓ 1 callersFunctioncombine_perf_data
(data, datasets, algos)
json2csv.py:71
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:155
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:218
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:244
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:270
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:297
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:343
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:388
↓ 1 callersMethodconfigure
(self, data, args)
algorithms.py:434
↓ 1 callersMethodcreate
(name)
algorithms.py:104
↓ 1 callersFunctiongenerate_validation_files
Creates the validation files from the train files.
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:79
↓ 1 callersFunctionget_all_algos
(data)
json2csv.py:59
↓ 1 callersFunctionget_all_datasets
(data)
json2csv.py:55
↓ 1 callersFunctionget_fifa_stats
Aggregates fifa stats for a given match.
3rdparty/fast_retraining/experiments/libs/football.py:7
↓ 1 callersFunctionget_last_matches_against_eachother
Get the last x matches of two given teams.
3rdparty/fast_retraining/experiments/libs/football.py:114
↓ 1 callersFunctionget_match_features
Create match specific features for a given match.
3rdparty/fast_retraining/experiments/libs/football.py:171
↓ 1 callersFunctionget_metrics
(data, pred)
metrics.py:36
↓ 1 callersFunctionget_number_processors
(args)
runme.py:39
↓ 1 callersFunctionget_overall_fifa_rankings
Get overall fifa rankings from fifa data.
3rdparty/fast_retraining/experiments/libs/football.py:81
↓ 1 callersMethodget_slices
(self, n_slices, X, y)
algorithms.py:303
↓ 1 callersFunctionlabels_from
Extracts the unique labels from the labels dataframe
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:10
↓ 1 callersFunctionmain
()
json2csv.py:98
↓ 1 callersFunctionmain
()
runme.py:124
↓ 1 callersFunctionparse_args
()
runme.py:65
↓ 1 callersFunctionprepare_dataset
(dataset_folder, dataset, nrows)
datasets.py:74
↓ 1 callersFunctionprint_sys_info
(args)
runme.py:45
↓ 1 callersFunctionread_images
Read images in batches
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:45
↓ 1 callersFunctionregression_metrics
(y_true, y_pred)
metrics.py:79
↓ 1 callersMethodstart
Start the timer.
3rdparty/fast_retraining/experiments/libs/timer.py:41
↓ 1 callersMethodstop
Stop the timer. Calculate the interval in seconds.
3rdparty/fast_retraining/experiments/libs/timer.py:45
↓ 1 callersMethodtest
(self, data)
algorithms.py:139
↓ 1 callersFunctionto_multi_label_dict
(enriched_labels_df)
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:30
↓ 1 callersFunctionwrite_csv
(all_data, datasets)
json2csv.py:89
Method__enter__
(self)
algorithms.py:93
Method__enter__
(self)
algorithms.py:142
Method__enter__
(self)
3rdparty/fast_retraining/experiments/libs/timer.py:34
Method__exit__
(self, *args)
algorithms.py:97
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:146
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:177
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:207
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:240
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:266
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:292
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:338
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:376
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:417
Method__exit__
(self, exc_type, exc_value, traceback)
algorithms.py:468
Method__exit__
(self, *args)
3rdparty/fast_retraining/experiments/libs/timer.py:38
Method__init__
(self)
algorithms.py:88
Method__init__
(self)
algorithms.py:131
Method__init__
(self, X_train, X_test, y_train, y_test, learning_task, qid_train=None, qid_test=None)
datasets.py:62
Method__init__
(self)
3rdparty/fast_retraining/experiments/libs/timer.py:31
Functionbinarize_prediction
(y, threshold=0.5)
3rdparty/fast_retraining/experiments/libs/metrics.py:30
Functionclassification_metrics_binary
Returns a report with different metrics for a binary classification problem. - Accuracy: Number of correct predictions made as a ratio of all pred
3rdparty/codebase/python/machine_learning/metrics.py:6
Functionclassification_metrics_binary
(y_true, y_pred)
3rdparty/fast_retraining/experiments/libs/metrics.py:6
Functionclassification_metrics_binary_prob
Returns a report with different metrics for a binary classification problem. - AUC: The Area Under the Curve represents the ability to discriminat
3rdparty/codebase/python/machine_learning/metrics.py:82
Functionclassification_metrics_binary_prob
(y_true, y_prob)
3rdparty/fast_retraining/experiments/libs/metrics.py:15
Functionclassification_metrics_multilabel
Returns a report with different metrics for a multilabel classification problem. - Accuracy: Number of correct predictions made as a ratio of all
3rdparty/codebase/python/machine_learning/metrics.py:43
Functionclassification_metrics_multilabel
(y_true, y_pred, labels)
3rdparty/fast_retraining/experiments/libs/metrics.py:21
Methodconfigure
(self, data, args)
algorithms.py:212
Methodconfigure
(self, data, args)
algorithms.py:381
Methodconfigure
(self, data, args)
algorithms.py:427
Methodconfigure
(self, data, args)
algorithms.py:473
Methodconfigure
(self, data, args)
algorithms.py:480
Functionconvert_cols_categorical_to_numeric
Convert categorical columns to numeric and leave numeric columns as they are. You can force to convert a numerical column if it is included in
3rdparty/fast_retraining/experiments/libs/conversion.py:32
Functionconvert_related_cols_categorical_to_numeric
Convert categorical columns, that are related between each other, to numeric and leave numeric columns as they are. Parameters: df
3rdparty/fast_retraining/experiments/libs/conversion.py:63
Functioncreate_feables
Create and aggregate features and labels for all matches.
3rdparty/fast_retraining/experiments/libs/football.py:213
Functionenrich_with_feature_encoding
(labels_df)
3rdparty/fast_retraining/experiments/libs/planet_kaggle.py:23
Methodfit
(self, data, args)
algorithms.py:163
Methodfit
(self, data, args)
algorithms.py:196
Methodfit
(self, data, args)
algorithms.py:226
Methodfit
(self, data, args)
algorithms.py:252
Methodfit
(self, data, args)
algorithms.py:278
Methodfit
(self, data, args)
algorithms.py:312
Methodfit
(self, data, args)
algorithms.py:348
Methodfit
(self, data, args)
algorithms.py:403
next →1–100 of 142, ranked by callers