You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used as a package, the description from ch4_optimal_clustering import clusterKMeansBase in l13 of "ch6_feature_importance_analysis.py" causes the error "ModuleNotFoundError: No module named 'ch4_optimal_clustering'". The reference needs to be changed to an explicit relative reference from .ch4_optimal_clustering import clusterKMeansBase.
The text was updated successfully, but these errors were encountered:
When used as a package, the description
from ch4_optimal_clustering import clusterKMeansBase
in l13 of "ch6_feature_importance_analysis.py" causes the error "ModuleNotFoundError: No module named 'ch4_optimal_clustering'". The reference needs to be changed to an explicit relative referencefrom .ch4_optimal_clustering import clusterKMeansBase
.The text was updated successfully, but these errors were encountered: