[FIXED] Pycaret - 'Make_Time_Features' object has no ...
www.pythonfixing.com › 2021 › 09Sep 28, 2021 · AttributeError: 'Simple_Imputer' object has no attribute 'fill_value_categorical' So, following here, I added: clf1 = setup(data = dt, target = 'group', imputation_type='iterative' ) lr = create_model('lr') Then I get: AttributeError: 'Make_Time_Features' object has no attribute 'list_of_features' My version of sklearn is 0.23.2 and pycaret is 2.3.2