Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 895 Bytes

modules.md

File metadata and controls

10 lines (8 loc) · 895 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 defining the models that can be used with pyTAGI.
  • Data loader: Set of classes used to load data.
  • Regression: This module contains the classes to perform regression tasks.
  • Classification: This module contains the classes to perform classification tasks.
  • Time-series forecaster: This module contains the classes to perform time-series forecasting tasks.
  • Autoencoder: This module contains the classes to perform autoencoder tasks.