rishal-hurbans / Grokking-Artificial-Intelligence-Algorithms

The official code repository supporting the book, Grokking Artificial Intelligence Algorithms

Home Page:https://bit.ly/gaia-manning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import error: No module named 'ml_data_preparation'

AndreWeiner opened this issue · comments

Problem:
Executing the scripts

leads to the import error
ModuleNotFoundError: No module named 'ml_data_preparation'

Suggestion:

  • rearange folder structure (joint dependencies in subfolder) or
  • add parent folder to python path

Thank you for your feedback Andre. It's much appreciated! I've resolved both this issue and the "High memory requirement when executing carnival brute force" issue that you raised.