Skip to content

Latest commit

 

History

History
401 lines (217 loc) · 89 KB

CS-Data-Science-Build-Week-1.md

File metadata and controls

401 lines (217 loc) · 89 KB

Skip to content

  • In this repository All GitHub

    Jump to

  • No suggested jump to results
  • In this repository All GitHub

    Jump to

  • In this organization All GitHub

    Jump to

  • In this repository All GitHub

    Jump to

Dashboard Pull requests Issues

Marketplace

Explore Codespaces Sponsors Settings @bgoonz bgoonz

Sign out

New repository Import repository New gist New organization

@bgoonz

Sorry, something went wrong.

{{ message }}

  • Unwatch Stop ignoring Watch

    Notifications

    Participating and @mentions

    Only receive notifications from this repository when participating or @mentioned.

    All Activity

    Notified of all notifications on this repository.

    Ignore

    Never be notified.

    Custom

    Select events you want to be notified of in addition to participating and @mentions.

    Custom

    # Custom

    Select events you want to be notified of in addition to participating and @mentions.

    Issues

    Pull requests

    Releases

    Discussions

    Security alerts

    Apply Cancel

    4

  • Unstar 3 Star 3

  • Fork

    Fork CS-Data-Science-Build-Week-1

    If this dialog fails to load, you can visit the fork page directly.

    99

CS Build Week 1 project for Data Science students

3 stars 99 forks

Unstar

Star

Unwatch Stop ignoring Watch

Notifications

Participating and @mentions

Only receive notifications from this repository when participating or @mentioned.

All Activity

Notified of all notifications on this repository.

Ignore

Never be notified.

Custom

Select events you want to be notified of in addition to participating and @mentions.

Custom

Custom

Select events you want to be notified of in addition to participating and @mentions.

Issues

Pull requests

Releases

Discussions

Security alerts

Apply

Cancel

More

Open in github.dev

master

Switch branches/tags

Branches

Tags

Could not load branches

Nothing to show

{{ refName }} default

View all branches

Could not load tags

Nothing to show

{{ refName }} default

View all tags

1 branch 0 tags

Code

Latest commit

Git stats

Files

Permalink

Failed to load latest commit information.

Type

Name

Latest commit message

Commit time

README.md

Rubric.md

View code

CS Build Week I for Data Science Students DS-specific help Deliverables Part I Part II

CS Build Week I for Data Science Students

For your first CS Build Week, you'll be implementing a few watershed algorithms that are very often used in the data science world. You've probably heard of these algorithms before. You might even have an idea of how they work. But to really solidify your understanding of them, you're going to implement them and then use your implementation just like how you would if you'd imported the algorithm from a data science or machine learning library.

Rubric

DS-specific help

Drop into your DS cohort channel if you have questions that are beyond the reach of the CS TLs and/or instructor.

Deliverables

Part I

For the first part of this Build Week project, you'll pick one of the following algorithms to implement:

Your algorithm, implemented as a Python class, should have the following methods: fit and predict. You are only allowed to use base Python, numpy, and scipy for the implementation of the core algorithm of your choice. (For visualization and analysis, you can use other libraries.) You may reference any outside materials that you need, but copying and pasting another open-source implementation is strictly prohibited.

You'll then use your implementation on an appropriate set of data and compare the results that you got from your implementation against the results yielded by the versions in the sklearn library.

Part II

For the second part of this Build Week project, you'll be writing up a HOW-TO blog entry that describes the algorithm, how to implement it, and what it's useful for.

Your target audience should be other developers who haven't seen the algorithm before.

There's no size limit, but a reader should be able to begin implementation of the algorithm based on the information presented.

Post your entry to any blog site, either your own or a platform like Medium.

About

CS Build Week 1 project for Data Science students

Resources

Readme

No releases published

No packages published

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.