Arezoo Alipanah

Results 5 issues of Arezoo Alipanah

Thanks for helping us improve this project! **Before you create this issue** Please make sure you are using the latest updated code and libraries: see https://github.com/ageron/handson-ml3/blob/main/INSTALL.md#update-this-project-and-its-libraries Also please make sure...

Thanks for helping us improve this project! **Before you create this issue** Please make sure you are using the latest updated code and libraries: see https://github.com/ageron/handson-ml3/blob/main/INSTALL.md#update-this-project-and-its-libraries Also please make sure...

Thanks for helping us improve this project! **Before you create this issue** Please make sure you are using the latest updated code and libraries: see https://github.com/ageron/handson-ml3/blob/main/INSTALL.md#update-this-project-and-its-libraries Also please make sure...

Hi, on chapter 2, page 75 on this code: ```python df_output = pd.DataFrame(cat_encoder.transform(df_test_unknown), columns=cat_encoder.get_feature_names_out(), index=df_test_unknown.index) ``` I received an error like this: ```stacktrace NotFittedError Traceback (most recent call last) [](https://localhost:8080/#)...

hi thank you sooooooo much for this amazing repo. I have been trying to build mu own environment but I faced some issues. what if we have something like this...