MCPcopy Create free account

hub / github.com/Victorletzelter/timeMCL / functions

Functions448 in github.com/Victorletzelter/timeMCL

Methodload_data
(self, path)
tsExperiments/stock_market_data/data_processors/_base.py:306
Methodlog_prob
(self, x, cond)
tsExperiments/data_and_transformation/flows.py:404
Methodloss
Parameters: ----------- past_target_norm: torch.Tensor [batch, time steps, series] The historical data that will
tsExperiments/models/project_models/tactis2/network.py:57
Methodloss
Compute the loss function of the decoder. Parameters: ----------- encoded: Tensor [batch, series, time steps, embedd
tsExperiments/models/project_models/tactis2/model/decoder.py:125
Methodloss
Compute the loss function of the copula portion of the decoder. Parameters: ----------- hist_encoded: Tensor [batch,
tsExperiments/models/project_models/tactis2/model/decoder.py:460
Methodnormalize
Normalize the given values according to the historical data sent in the constructor. Parameters: ----------- value:
tsExperiments/models/project_models/tactis2/model/tactis.py:174
Functionoccupy_memory
Create a large tensor and delete it. This operation occupies the GPU memory, so other processes cannot use the occupied memory. It is used to
tsExperiments/models/project_models/tactis2/model/utils.py:34
Methodon_train_epoch_start
Lightning hook that is called when a training epoch starts.
tsExperiments/models/project_models/tMCL/lighting_grad.py:65
Functionplot_from_logdir
(logdir, fname, plot_p, main_color, mean_color, rows, cols, dataset, seed=None)
tsExperiments/scripts_plot/plotting.py:344
Functionplot_sampled_trajectories
( samples, start_indices, title, nb_discretization_points=100, ax=None )
toy/toy.py:159
Methodpredict
Generate num_samples future trajectories based on the provided context. context: DataFrame containing the most recent observations (
tsExperiments/models/project_models/ETS/model.py:28
Functionprint_config_tree
Prints the contents of a DictConfig as a tree structure using the Rich library. :param cfg: A DictConfig composed by Hydra. :param print_orde
tsExperiments/utils/rich_utils.py:18
Methodq_mean_variance
(self, x_start, t)
tsExperiments/models/project_models/timeGrad/utils.py:278
Methodrepeat
(tensor, dim=0)
tsExperiments/models/project_models/transformerTempFlow/transTempFlow_network.py:539
Methodrepeat
(tensor, dim=0)
tsExperiments/models/project_models/tempflow/tempflow_network.py:556
Methodrepeat_dict
(dict, dim=0)
tsExperiments/models/project_models/tMCL/timeMCL_network.py:609
Methodrepeat_dict
(dict, dim=0)
tsExperiments/models/project_models/timeGrad/timeGradNetwork.py:603
Methodrepeat_dict
(dict, dim=0)
tsExperiments/models/project_models/transformerTempFlow/transTempFlow_network.py:542
Methodrepeat_dict
(dict, dim=0)
tsExperiments/models/project_models/tempflow/tempflow_network.py:559
Methodrepeat_dict
(dict, dim=0)
tsExperiments/models/project_models/deepAR/network.py:575
Methodsample
(self, sample_shape=torch.Size(), cond=None)
tsExperiments/data_and_transformation/flows.py:408
Methodsample
Generate the given number of samples from the forecasted distribution. Parameters: ----------- num_samples: int
tsExperiments/models/project_models/tactis2/model/decoder.py:204
Methodsample
Generate the given number of samples from the forecasted copula. Parameters: ----------- num_samples: int
tsExperiments/models/project_models/tactis2/model/decoder.py:661
Methodscale
(self)
tsExperiments/data_and_transformation/flows.py:348
Methodset_experiment_mode
(self, experiment_mode: str)
tsExperiments/models/project_models/tactis2/model/tactis.py:444
Functionset_gpu
Set up which GPU we use for this process
tsExperiments/models/project_models/tactis2/model/utils.py:51
Functionsplit_run_name
(run_name)
tsExperiments/scripts_plot/plotting.py:329
Functiontask_wrapper
Optional decorator that controls the failure behavior when executing the task function. This wrapper can be used to: - make sure loggers
tsExperiments/utils/utils.py:131
Methodtotal_params_length
(self)
tsExperiments/models/project_models/tactis2/model/flow.py:211
Methodtrain
( self, training_data: Dataset, validation_data: Optional[Dataset] = None, shu
tsExperiments/Estimator/pytorchLightingEstimator.py:233
Methodtrain_from
( self, predictor: Predictor, training_data: Dataset, validation_data: Optiona
tsExperiments/Estimator/pytorchLightingEstimator.py:250
Methodtrain_model
( self, training_data: Dataset, validation_data: Optional[Dataset] = None, fro
tsExperiments/models/project_models/tactis2/estimator.py:298
Methodtraining_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/tMCL/lighting_grad.py:97
Methodtraining_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/tactis2/lighting.py:111
Methodtraining_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/timeGrad/lighting_grad.py:32
Methodtraining_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/transformerTempFlow/lighting_grad.py:35
Methodtraining_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/tempflow/lighting_grad.py:36
Methodtraining_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/deepAR/lighting_grad.py:34
Methodtransfer_standard_ticker_to_nonstandard
(self, ticker: str)
tsExperiments/stock_market_data/data_processors/_base.py:289
Functionunits_test_total_variations
()
tsExperiments/utils/utils.py:302
Methodvalidation_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/tMCL/lighting_grad.py:109
Methodvalidation_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/tactis2/lighting.py:130
Methodvalidation_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/timeGrad/lighting_grad.py:42
Methodvalidation_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/transformerTempFlow/lighting_grad.py:45
Methodvalidation_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/tempflow/lighting_grad.py:44
Methodvalidation_step
(self, batch, batch_idx: int)
tsExperiments/models/project_models/deepAR/lighting_grad.py:42
Functionworker_function
(evaluator: "Evaluator", inp: tuple)
tsExperiments/models/project_models/tMCL/personnalized_evaluator.py:55
Functionwrap
(cfg: DictConfig)
tsExperiments/utils/utils.py:153
← previous401–448 of 448, ranked by callers