The project is about creating an Artificial Intelligence solution using Python to benefit a company or an industry of the organisations' choice.
In Python version 3.12.5, you might find that the numpy
and scikit-learn
modules that we're used to practise data preprocessing, are producing an error:
To potentially resolve this issue, you have to download and install these modules using your command prompt (assuming you have Python installed as shown by out lecturer)
numpy
, type python -m pip install numpy
in your command prompt. It should look like this:scikit-learn
or sklearn
, type python -m pip install scikit-learn
in your cmd.END OF README