MCPcopy Create free account

hub / github.com/VivekPa/AIAlpha / functions

Functions26 in github.com/VivekPa/AIAlpha

↓ 10 callersMethodtest_model
(self, x, y)
models/nnmodel.py:41
↓ 10 callersMethodtrain_model
(self, x, y, epochs, model_name, save_model=True)
models/nnmodel.py:25
↓ 8 callersMethodmake_model
(self)
models/nnmodel.py:12
↓ 6 callersMethodbatch_run
(self, verbose=True)
data_processor/base_bars.py:13
↓ 5 callersMethodmake_train_test
Splits the dataset into train and test :param df_x: dataframe of x variables :type df_x: pd.DataFrame :param df_y: da
data_processor/data_processing.py:53
↓ 3 callersMethod_create_bar
(self, price_list, date, time, high, low, cum_volume, cum_dollar)
data_processor/base_bars.py:80
↓ 2 callersFunctionattention_check
(text)
news_scrubbing/enhanced scrubbing.py:21
↓ 2 callersMethodbuild_model
(self, encoded1_shape, encoded2_shape, decoded1_shape, decoded2_shape)
models/autoencoder.py:14
↓ 2 callersMethodcheck_labels
(self, y_values)
data_processor/data_processing.py:104
↓ 2 callersMethodencode_data
(self, data, csv_path, save_csv=True)
models/autoencoder.py:50
↓ 2 callersMethodmake_features
(self, file_path, window, csv_path, make_y=True, verbose=True, save_csv=False)
data_processor/data_processing.py:10
↓ 1 callersMethod_sample
(self, data)
data_processor/base_bars.py:35
↓ 1 callersFunctionfetch_new_stories
(params={})
news_scrubbing/apiprocessing.py:7
Method__init__
(self, file_path, output_path, method, threshold, batch_size=20000000)
data_processor/base_bars.py:5
Method__init__
(self, split)
data_processor/data_processing.py:7
Method__init__
(self, input_shape)
models/nnmodel.py:9
Method__init__
(self, encoding_dim, input_shape)
models/autoencoder.py:10
Method__init__
(self, input_shape)
models/rfmodel.py:9
Methodmake_model
(self, n_estimators, n_jobs, verbose=1)
models/rfmodel.py:12
Methodpredict_prices
(self, x, y, prices)
models/nnmodel.py:55
Methodpredict_ret
(self, x, y)
models/nnmodel.py:47
Functionprint_sentiment_scores
(sentence)
news_scrubbing/enhanced scrubbing.py:17
Methodtest_model
(self, model, data)
models/autoencoder.py:43
Methodtest_model
(self, x, y, sample_weights=None)
models/rfmodel.py:19
Methodtrain_model
(self, model, data, epochs, model_name, save_model=True)
models/autoencoder.py:30
Methodtrain_model
(self, x, y, sample_weights=None)
models/rfmodel.py:16