NBeats#

class tfts.models.nbeats.NBeats(predict_sequence_length: int = 1, config: NBeatsConfig | None = None)[source]#

Bases: BaseModel

NBeats model

Inherited-members:

Methods

build_model(inputs)

compute_output_shape(input_shape)

create_stack(stack_type)

get_config()

load_pretrained_weights(weights_dir)

predict(x, **kwargs)

save_model(weights_dir)

save_pretrained(save_directory[, ...])

save_weights(weights_path)

summary()

to_model()