Welcome to Data Science Tutorials
We aim to provide easy-to-use content to guide and teach you in your Data Science learning and skills.
How to install PIP on Windows
ModuleNotFoundError: No module named ‘sklearn.cross_validation’
If you receive the error showing that you cannot Import this module or the module then you are probably using a version of Scikit Learn which is past version 0.20, but you are referencing a guide or tutorial which is before this version was released. You might be...
Install Python, Pip and virtualenv on Windows
Getting started in learning Python for Data Science, Software Engineering or some fun, nifty weekend project will all require one essential step, which is to install the proper and necessary tools for your projects. In this tutorial, we will go over the steps...
How to upgrade PIP in Windows
Many times when you try to install a new python package, you will get a prompt asking you to upgrade PIP. You might get a yellow prompt message saying: You are using pip version 10.0.1, however version 19.0.1 is available. You should consider upgrading via the...