Code Monkey home page Code Monkey logo

date-a-scientist's People

Contributors

ivnaru avatar

Watchers

 avatar  avatar

date-a-scientist's Issues

Project Review

Rubric Score

Criteria 1: Valid Python Code

  • Score Level: 4/4
  • Comment(s): Code included runs without any errors.

Criteria 2: Exploration of Data

  • Score Level: 1/4
  • Comment(s): Data is explored very briefly or not at all, and the experimental question(s) chosen are not based on the data exploration. Wrong or inconsistent features chosen to answer the question.

Note:

  • I did not see the code for your exploratory data analysis. Please add that to your project.

Criteria 3: Machine Learning Techniques used correctly

  • Score Level: 3/4
  • Comment(s): 75-90% of algorithms are used correctly and the correct conclusions are drawn from the results.

Notes:

  • Think about the times it takes to train a model and generate a prediction separately. If a model takes a very long time to train but generates predictions quickly, would you choose it over a model that trains quickly but takes longer to generate predictions?
  • Great job reporting precision and recall in addition to accuracy (I recommend checking out sklearn.metrics.classification_report)
  • You should report both training and test scores to ensure your models did not overfit.

Criteria 4: Report: Are conclusions clear and supported by data?

  • Score Level: 4/4
  • Comment(s): Question(s) are stated clearly. The results of 2 regression algorithms and 2 classification algorithms are shown. Conclusions are clearly stated and based on evidence.

Note:

  • Good job recognizing that the data is imbalanced.

Criteria 5: Code formatting

  • Score Level: 4/4
  • Comment(s): Code is formatted clearly and readable.

Note:

  • Your python script was very easy to follow. I encourage you to try using Jupyter notebooks (ipynb) next time because it allows you to display your thought process and data visualizations alongside your code.

Overall Score: 16/20

Good job on the project. See my notes above for areas of improvement. You demonstrated that you understand the overall ML process, and with more practice, you'll be able to better identify ways to improve your models.

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.