pycaret.classification.set_config#

pycaret.classification.set_config(variable: str, value)[source]#

This function is used to reset global environment variables.

Example

>>> set_config('seed', 123)

This will set the global seed to ‘123’.