Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 971 Bytes

modules.md

File metadata and controls

13 lines (9 loc) · 971 Bytes

Modules

pyTAGI already has some modules implemented. These modules enables user to create a model, load data, and perform different tasks such as regression, classification, and so on. The following modules are available:

  • Models: This module contains the classes that define the models that can be used with pyTAGI.
  • Data loader: Set of classes that can be used to load data.
  • Regression: This module contains the classes that perform regression tasks.

!> The following modules are not documented yet.

  • Classification: This module contains the classes that perform classification tasks.
  • Time series Forecaster: This module contains the classes that perform time series forecasting tasks.
  • Autoencoder: This module contains the classes that perform autoencoder tasks.