Coder Social home page Coder Social logo

edx's People

Contributors

a1singh avatar altintas avatar leporter avatar zonca avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edx's Issues

issues with git bash

I'm collecting the issues with git bash, then I'll add them as a note to the install instructions

  • more and man are not available
  • in Jupyter Notebooks, you cannot access git bash with !, so for example !ls won't work

someone suggested to use the Win 10 compatibility layer for Ubuntu, but I think that is too complicated.

Review of Soccer data analysis

@a1singh

  • add details on how to download and extract data from https://www.kaggle.com/hugomathien/soccer

  • Cell 5, better do df.shape in another cell, is not related to any row NULL?

  • Maybe you can also take a look at missing data per column with df.isnull().sum(axis=0)?

  • Cell 9 explain why you are shuffling

  • Cell 14, write also feature name?

      for f in potentialFeatures:
           related = df['overall_rating'].corr(df[f])
            print(f + ":", related)
    
  • First plot of correlations, kind of small labels, maybe just take a subset of those?

  • At the end, in the clustering example, do you think you can describe in words what kind of groups are being identified?

  • I am worried that parallel_plot is a bit difficult to explain and could distract from the most important points of the notebook, is there a way to achieve similar result in another way? maybe using seaborn?

Review of matplotlib notebook

  • download from Kaggle is 370MB and quite slow, isn't it possible just to host the CSV somewhere? If not maybe just warn the students that this is going to take some time.
  • you should not need to do tolist(), you can use len directly on the np.array
  • I don't understand what you are doing in cell 34

In progress, I'll add more once I can run the notebook

Prepare reading for bash

Based on the content of the video scripts of Ilkay, prepare a reading that works on all platforms equally well.

Check Anaconda and Git bash on windows

We might switch to Anaconda and Git Bash,

Check that it installs fine on:

  • Windows 7
  • Windows 8
  • Windows 10

No need to test mac and linux.

Also test @altintas 's shell commands from GDrive in Git Bash

Error on Windows

After install on Windows 10, at first launch I get this error. Troubleshooting:

Error response from daemon: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

at Docker.Backend.DockerDaemonChecker.Check(Func`1 isDaemonProcessStillRunning)
at Docker.Backend.ContainerEngine.Linux.DoStart(Settings settings)
at Docker.Backend.ContainerEngine.Linux.Start(Settings settings)
at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass8_0.b__0(Object[] parameters)
at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)

crash reported:
A8167BAF-21AC-4D42-A015-54DA91463F6B/2017-04-09_12-30-58

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.