MCPcopy Create free account

hub / github.com/MaurizioFD/RecSys2019_DeepLearning_Evaluation / functions

Functions1,730 in github.com/MaurizioFD/RecSys2019_DeepLearning_Evaluation

↓ 4 callersMethodfit
(self, data_x, x_valid=None)
Conferences/KDD/CollaborativeVAE_github/lib/vae.py:71
↓ 4 callersMethodfit
:param epochs: :param batch_size: :param num_factors: Embedding size of MF model :param layers: MLP layers. Note tha
Conferences/WWW/NeuMF_our_interface/NeuMF_RecommenderWrapper.py:257
↓ 4 callersFunctionget_count
(tp, id)
Conferences/WWW/MultiVAE_our_interface/VAE_CF_data_splitter.py:30
↓ 4 callersFunctionget_count
(tp, id)
Conferences/WWW/MultiVAE_our_interface/split_train_validation_test_VAE_CF.py:37
↓ 4 callersMethodget_permutation_batch
(self, batch_size)
CNN_on_embeddings/IJCAI/CoupledCF_our_interface/CoupledCFWrapper.py:187
↓ 4 callersMethodload_data
(self, save_folder_path)
Data_manager/Dataset.py:212
↓ 4 callersMethodload_model
(self, weight_path, pmf_path=None)
Conferences/KDD/CollaborativeVAE_github/lib/cvae.py:268
↓ 4 callersMethodload_path_as_map
(self, filename)
Conferences/KDD/MCRec_github/code/Dataset.py:166
↓ 4 callersFunctionload_rating
(path)
Conferences/KDD/CollaborativeVAE_github/test_cvae.py:24
↓ 4 callersFunctionload_rating
(path)
Conferences/KDD/CollaborativeVAE_github/citeulike-t/test_cvae-cf10.py:32
↓ 4 callersFunctionload_rating
(path)
Conferences/KDD/CollaborativeVAE_github/citeulike-t/test_cvae.py:32
↓ 4 callersFunctionmtx_fprintf
Conferences/KDD/CollaborativeDL_github_matlab/ctr-part-release/utils.cpp:90
↓ 4 callersFunctionokapi_BM_25
Items are assumed to be on rows :param dataMatrix: :param K1: :param B: :return:
Base/IR_feature_weighting.py:13
↓ 4 callersFunctionprecision_recall_ndcg_at_k
(k, rankedlist, test_matrix)
Conferences/IJCAI/NeuRec_github/eval.py:4
↓ 4 callersFunctionreconcile_mapper_with_removed_tokens
:param mapper_dict: must be a mapper of [token] -> index :param indices_to_remove: :return:
Data_manager/DataReader_utils.py:249
↓ 4 callersFunctionremove_features
The function eliminates the values associated to feature occurring in less than the minimal percentage of items or more then the max. Shape o
Data_manager/DataReader_utils.py:208
↓ 4 callersFunctionrunParameterSearch_Content
This function performs the hyperparameter optimization for a content-based recommender :param recommender_class: Class of the recommender
ParameterTuning/run_parameter_search.py:261
↓ 4 callersFunctionrunParameterSearch_Hybrid
This function performs the hyperparameter optimization for a hybrid collaborative and content-based recommender :param recommender_class:
ParameterTuning/run_parameter_search.py:76
↓ 4 callersMethodrun_epoch
(self)
Conferences/IJCAI/NeuRec_our_interface/INeuRec.py:107
↓ 4 callersMethodset
Conferences/KDD/CollaborativeDL_github_matlab/ctr-part-release/ctr.h:20
↓ 3 callersMethod__init__
(self, URM_train, verbose = True, algorithm_name = "MF_BPR")
MatrixFactorization/Cython/MatrixFactorization_Cython.py:24
↓ 3 callersMethod_assert_is_initialized
(self)
Data_manager/DataSplitter_k_fold_random.py:77
↓ 3 callersMethod_check_format
(self)
Base/BaseSimilarityMatrixRecommender.py:29
↓ 3 callersFunction_compute_avg_time_non_none_values
(data_list)
ParameterTuning/SearchAbstractClass.py:80
↓ 3 callersMethod_evaluate_on_test
(self, recommender_instance, current_fit_parameters_dict, print_log = True)
ParameterTuning/SearchAbstractClass.py:289
↓ 3 callersFunction_get_algorithm_similarity_and_feature_combinations
(algorithm, algorithm_row_label, algorithm_file_name, K
Utils/ResultFolderLoader.py:43
↓ 3 callersMethod_get_cold_user_mask
(self)
Base/BaseRecommender.py:49
↓ 3 callersMethod_get_column_index
(self, column_id)
Data_manager/IncrementalSparseMatrix.py:95
↓ 3 callersMethod_get_dataset_name_root
Returns the root of the folder tree which contains all of the dataset data/splits and files :return: Dataset_name/
Data_manager/DataReader.py:85
↓ 3 callersMethod_get_dict
(self)
Conferences/SIGIR/CMN_github/util/helper.py:200
↓ 3 callersFunction_get_interaction_map
(relation, map_mode)
CNN_on_embeddings/IJCAI/CFM_our_interface/CFM.py:66
↓ 3 callersFunction_get_printable_recommender_name
(RECOMMENDER_NAME)
Utils/ResultFolderLoader.py:15
↓ 3 callersMethod_get_row_index
(self, row_id)
Data_manager/IncrementalSparseMatrix.py:112
↓ 3 callersFunction_loadICM_genres
(genres_path, header=True, separator=',', genresSeparator="|")
Data_manager/Movielens/_utils_movielens_parser.py:63
↓ 3 callersMethod_loadURM
(self, file_name, header = False, separator = " ", item_original_ID_to_index
Data_manager/Frappe/FrappeReader.py:120
↓ 3 callersFunction_loadURM_preinitialized_item_id
(filePath, header = False, separator="::", if_new_user = "add", if_new_it
Data_manager/Movielens/_utils_movielens_parser.py:13
↓ 3 callersMethod_objective_function
(self, current_fit_parameters_dict)
ParameterTuning/SearchAbstractClass.py:363
↓ 3 callersMethod_regular
(self, params)
Conferences/IJCAI/ConvNCF_our_interface/ConvNCF.py:189
↓ 3 callersMethod_regular
(self, params)
Conferences/IJCAI/ConvNCF_github/ConvNCF.py:219
↓ 3 callersMethod_regular
(self, params)
CNN_on_embeddings/IJCAI/CFM_our_interface/ONCF.py:199
↓ 3 callersMethod_regular
(self, params)
CNN_on_embeddings/IJCAI/ConvNCF_our_interface/ConvNCF.py:209
↓ 3 callersMethod_regular
(self, params)
CNN_on_embeddings/IJCAI/CFM_github/ONCF.py:202
↓ 3 callersMethod_update_best_model
(self)
Conferences/IJCAI/ConvNCF_our_interface/MFBPR_Wrapper.py:196
↓ 3 callersMethodadd_data_lists
(self, row_list_to_add, col_list_to_add, data_list_to_add)
Data_manager/IncrementalSparseMatrix.py:343
↓ 3 callersMethodbind_i
Read a feature file and bind :param file: feature file
CNN_on_embeddings/IJCAI/CFM_our_interface/Dataset_wrapper.py:148
↓ 3 callersMethodbind_u
Read a feature file and bind :param file: :return:
CNN_on_embeddings/IJCAI/CFM_our_interface/Dataset_wrapper.py:175
↓ 3 callersMethodbuild_graph
(self)
Conferences/IJCAI/ConvNCF_our_interface/MF_BPR.py:148
↓ 3 callersMethodconstruct_dataset
Construct dataset :param X_user: user structured data :param X_item: item structured data :return:
CNN_on_embeddings/IJCAI/CFM_our_interface/Dataset_wrapper.py:243
↓ 3 callersFunctionfile_exists
* * check if file exisits */
Conferences/KDD/CollaborativeDL_github_matlab/ctr-part-release/utils.cpp:352
↓ 3 callersMethodfit
(self, epochs=300, batch_size = 1000, num_factors=10, positive_threshold_BPR = None, l
MatrixFactorization/Cython/MatrixFactorization_Cython.py:33
↓ 3 callersMethodget_holdout_split
The train set is defined as all data except the one of that fold, which is the test :return: URM_train, URM_validation, URM_test
Data_manager/DataSplitter_leave_k_out.py:161
↓ 3 callersMethodget_loaded_ICM_names
(self)
Data_manager/DataSplitter.py:72
↓ 3 callersMethodget_metric_value
(self)
Base/Evaluation/metrics.py:581
↓ 3 callersFunctionget_metric_value_list
(result_list, cutoff, metric)
CNN_on_embeddings/read_CNN_embedding_evaluation_results.py:19
↓ 3 callersMethodget_positive_list
Obtain for each user a positive item lists (associate uid -> [iid]) :param file: train file :return:
CNN_on_embeddings/IJCAI/CFM_our_interface/Dataset_wrapper.py:189
↓ 3 callersFunctionget_train_instances
(train, num_negatives)
Conferences/IJCAI/DELF_our_interface/DELFWrapper.py:270
↓ 3 callersMethodload_negative_file
(self, filename)
Conferences/IJCAI/DELF_our_interface/Dataset.py:56
↓ 3 callersMethodload_negative_file
(self, filename)
Conferences/IJCAI/ConvNCF_github/Dataset.py:42
↓ 3 callersMethodload_negative_file
(self, filename)
Conferences/IJCAI/DELF_original/Dataset.py:56
↓ 3 callersMethodload_rating_file_as_list
(self, filename)
Conferences/IJCAI/ConvNCF_github/Dataset.py:31
↓ 3 callersFunctionmahalanobis_prod
blasified
Conferences/KDD/CollaborativeDL_github_matlab/ctr-part-release/utils.cpp:325
↓ 3 callersFunctionmatrix_vector_solve
Conferences/KDD/CollaborativeDL_github_matlab/ctr-part-release/utils.cpp:115
↓ 3 callersMethodparse_file
Parse the file (train or test) and load in memory for future usage. Return a list of Interaction
CNN_on_embeddings/IJCAI/CFM_our_interface/Dataset_wrapper.py:88
↓ 3 callersFunctionprint_iff_result
(string_message, p, q)
Utils/print_negative_items_stats.py:48
↓ 3 callersFunctionprint_usage_and_exit
Conferences/KDD/CollaborativeDL_github_matlab/ctr-part-release/main.cpp:8
↓ 3 callersMethodread_data
read raw data :param file: data file :return: structured data
CNN_on_embeddings/IJCAI/CFM_our_interface/Dataset_wrapper.py:228
↓ 3 callersFunctionrun_evaluation_ablation
(recommender_class, recommender_input_args, evaluator_test,
CNN_on_embeddings/run_CNN_embedding_evaluation_ablation.py:12
↓ 3 callersMethodsample
(self)
Conferences/RecSys/SpectralCF_github/load_data.py:50
↓ 3 callersMethodsample
(self)
Conferences/RecSys/SpectralCF_our_interface/SpectralCF_RecommenderWrapper.py:54
↓ 3 callersMethodsaveParams
(self, sess, fname, args)
Conferences/IJCAI/ConvNCF_our_interface/MF_BPR.py:154
↓ 3 callersMethodsave_model
(self, weight_path, pmf_path=None)
Conferences/KDD/CollaborativeVAE_github/lib/cvae.py:261
↓ 3 callersMethodsave_model
(self, folder_path, file_name = None)
Base/BaseRecommender.py:234
↓ 3 callersMethodsave_model
(self, folder_path, file_name=None)
CNN_on_embeddings/IJCAI/CFM_our_interface/FMWrapper.py:148
↓ 3 callersFunctionscoreK
(K, position, negs)
Conferences/IJCAI/ConvNCF_our_interface/ConvNCF.py:513
↓ 3 callersFunctionscoreK
(K, position, negs)
Conferences/IJCAI/ConvNCF_github/ConvNCF.py:487
↓ 3 callersFunctionscoreK
(K, position, negs)
CNN_on_embeddings/IJCAI/ConvNCF_our_interface/ConvNCF.py:533
↓ 3 callersMethodsearch
:param recommender_input_args: :param parameter_search_space: :param metric_to_optimize: :param n_cases: :pa
ParameterTuning/SearchBayesianSkopt.py:164
↓ 3 callersMethodset_items_to_ignore
(self, items_to_ignore)
Base/BaseRecommender.py:84
↓ 3 callersFunctionset_learner
(model, learning_rate, learner)
Conferences/WWW/NeuMF_our_interface/NeuMF_RecommenderWrapper.py:175
↓ 3 callersMethodset_results_in_fold
(self, fold_index, result_dict)
Base/Evaluation/KFold_SignificanceTest.py:247
↓ 3 callersFunctionsplit_train_validation_cold_start_user_wise
(URM_train, full_train_percentage = 0.0, cold_items=1 ,verbose=True)
Data_manager/split_functions/split_train_validation.py:295
↓ 3 callersFunctiontagFilterAndStemming
(originalTag)
Data_manager/TagPreprocessing.py:42
↓ 3 callersMethodtrain
(self, Train_data)
CNN_on_embeddings/IJCAI/CFM_our_interface/ONCF.py:275
↓ 3 callersMethodtransform
(self, data_x)
Conferences/KDD/CollaborativeVAE_github/lib/cvae.py:148
↓ 3 callersMethodverify_data_consistency
(self)
Data_manager/Dataset.py:382
↓ 3 callersFunctionweight_variable
(shape)
Conferences/IJCAI/ConvNCF_our_interface/ConvNCF.py:108
↓ 3 callersFunctionweight_variable
(shape)
Conferences/IJCAI/ConvNCF_github/ConvNCF.py:138
↓ 3 callersFunctionweight_variable
(shape)
CNN_on_embeddings/IJCAI/ConvNCF_our_interface/ConvNCF.py:108
↓ 3 callersMethodweight_variable
(self, shape)
CNN_on_embeddings/IJCAI/CFM_our_interface/ONCF.py:183
↓ 3 callersMethodweight_variable
(self, shape)
CNN_on_embeddings/IJCAI/CFM_our_interface/CFM.py:309
↓ 3 callersMethodweight_variable
(self, shape)
CNN_on_embeddings/IJCAI/CFM_github/ONCF.py:186
↓ 3 callersMethodweight_variable
(self, shape)
CNN_on_embeddings/IJCAI/CFM_github/CFM.py:244
↓ 2 callersFunctionNeuCF_get_model
(num_users, num_items, mf_dim=10, layers=[10], reg_layers=[0], reg_mf=0.0)
Conferences/WWW/NeuMF_our_interface/NeuMF_RecommenderWrapper.py:84
↓ 2 callersMethod__init__
Wrapper Function for loss with l1/l2 regularization :param loss_type: str, see rbase.utils.tfutils.Loss for Keys :param name
Conferences/SIGIR/CMN_github/util/layers.py:46
↓ 2 callersMethod__init__
(self, name='MemoryMask')
Conferences/SIGIR/CMN_github/util/attention.py:24
↓ 2 callersMethod__init__
(self, URM_train, model_type='MLP')
Conferences/IJCAI/DELF_our_interface/DELFWrapper.py:27
↓ 2 callersMethod__init__
(self, URM_train)
Base/NonPersonalizedRecommender.py:19
↓ 2 callersMethod__init__
(self, URM_test_list, cutoff_list, min_ratings_per_user=1, exclude_seen=True, diversity_objec
Base/Evaluation/Evaluator.py:160
↓ 2 callersMethod__init__
(self, auto_create_col_mapper = False, auto_create_row_mapper = False, n_rows = None, n_cols = None, dtype = n
Data_manager/IncrementalSparseMatrix.py:160
↓ 2 callersMethod_compute_metrics_on_recommendation_list
(self, test_user_batch_array, recommended_items_batch_list, scores_batch, results_dict)
Base/Evaluation/Evaluator.py:305
← previousnext →101–200 of 1,730, ranked by callers