This function get_number_of_clusters(x_train) does not work on my computer, but it works on your website. In the Unsupervised-Learning course, in the Capstone Model Solution Template section, it gives this error AttributeError: 'NoneType' object has no attribute 'split'
Hi Durdu,
The error might be due to a difference in the scikit-learn library version. The version on the quantra portal is 1.1.1. You can match this version on your local system and then try running the notebook. It should work without any errors. Please do let us know if you still face the issue after trying the above solution.