This self-assesment should be passed (getting 5 or more questions correct) prior to starting MSDS600 in the Regis MSDS program if you have not taken MSC575. There is no limit to the number of times you take the assessment. Feel free to reach out to Regis MSDS faculty if you have other questions or need more help (faculty can be found under the "Data Sciences" department here).
To take the assessment, you should first make sure you can run Jupyter Notebooks. Usually the easiest way to do this is by installing Anaconda, then running the Anaconda Navigator application once it is installed. From there you can launch Jupyter Notebook or Jupyter Lab. You can also fork the Kaggle kernel of the assessment here and run it on Kaggle. There is a short intro video on how to get started with the assessment here.
If running locally on your own computer, download this repository (e.g. clicking the green "code" button then "Download ZIP" or by cloning the repository with a GitHub client like the GitHub GUI). Open the Self_assesment.ipynb
Jupyter Notebook from Jupyter Notebook or Jupyter Lab, complete the coding tasks, and run the last cell to show your score. You may use any resources you want during the assessment (e.g. books, the web) and there is no time limit. If you get 5 or more questions correct, you are ready for MSDS600. If you don't get at least 5 questions correct, you should do one of the following:
- take MSC575 Statistical Computing from Regis
- use online resources to learn some Python basics
Some good online resources for learning Python are:
- Udacity (good for beginners)
- Kaggle (not intended for complete beginners)
- DataQuest
- DataCamp's Python track (the intro/intermediate Python courses, good for beginners)
- Coursera (good for beginners)
Feel free to contact one of the Regis MSDS faculty for more advice.