Git Product home page Git Product logo

edx-micro-master-in-data-science's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

naimakov

edx-micro-master-in-data-science's Issues

Organizing the notebooks

The cells that have to do with the HW and testing the HW should have the slide directive "skip".

Also, make the title above these sets of sequential cells a small heading (use #### in front of the heading). This way I can easily collapse these cells when I am working on other cells, using the TOC extension. (see my email).

Homework for week 1

There are two notebooks in the directory 0.MemoryLatency:

01_measuring performance: you don't need to do anything for this one

0_2 SimpleCount which compares the performance of simple counting and counting after sorting. Please use the same homework as we have for the wordcount using spark.

checking on the versions of modules

A pretty common problem is that the student is using a module that is too old.
To combat that I added the file 2.PCA/lib/import_modules.py that takes as input a list of modules and the minimal version, imports the modules, checks their version, and compares it to the given.

I recommend that we use that, instead of simple 'import' at the header of our notebooks.

To make the code easily accessible I suggest we have a /lib directory at the level of the notebook directories, in addition to a /lib for each subdirectory.

Downloading files.

We should have no large files in the github data directory. Instead the students will download the files from the web using urllib. See how I did it in the two wordcount notebooks.

time out nbgrader

surround the grading process with os.fork .
Do one student at a time
set a time limit to run grading task
make sure time limit is longer than nbgrader time out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.