Table Of Contents

RandomForestRegressorModel name


name

Set or get the name of the model object.

Parameters:

Change or retrieve model object identification. Identification names must start with a letter and are limited to alphanumeric characters and the _ character.

Examples

>>> my_model.name

"csv_data"

>>> my_model.name = "cleaned_data"
>>> my_model.name

"cleaned_data"