Package automl_alex
Expand source code
from .models import *
from ._base import *
from .automl_alex import *
from .data_prepare import *
from ._encoders import *
from .cross_validation import *
from .optimizer import *
from ._logger import *
from .__version__ import __version__Sub-modules
- automl_alex.automl_alex
- 
AutoML and other Toolbox 
- automl_alex.cross_validation
- 
Cross-validation is a method for evaluating an analytical model and its behavior on independent data. When evaluating the model, the available data … 
- automl_alex.data_prepare
- 
Data processing, cleaning, and encoding 
- automl_alex.models
- 
Models available for training 
- automl_alex.optimizer
- 
In this library, I tried to simplify the process of optimizing and iterating parameters as much as possible. You just specify how much time you are …