- 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
Explore Codespaces Sponsors Settings bgoonz
New repository Import repository New gist New organization
{{ message }}
LambdaSchool / CS-Data-Science-Build-Week-1 Public
-
Only receive notifications from this repository when participating or @mentioned.
Notified of all notifications on this repository.
Never be notified.
Select events you want to be notified of in addition to participating and @mentions.
# CustomSelect events you want to be notified of in addition to participating and @mentions.
Issues
Pull requests
Releases
Security alerts
Apply Cancel
-
If this dialog fails to load, you can visit the fork page directly.
CS Build Week 1 project for Data Science students
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.
Select events you want to be notified of in addition to participating and @mentions.
Issues
Pull requests
Releases
Security alerts
Apply
Cancel
Switch branches/tags
Branches
Tags
Could not load branches
Nothing to show
Could not load tags
Nothing to show
Code
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
View code
CS Build Week I for Data Science Students DS-specific help Deliverables Part I Part II
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.
Drop into your DS cohort channel if you have questions that are beyond the reach of the CS TLs and/or instructor.
For the first part of this Build Week project, you'll pick one of the following algorithms to implement:
- K-Means Clustering
- K-Nearest Neighbors
- Decision Tree Learning
- Naive Bayes Classifier
- DBSCAN Clustering
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.
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.
CS Build Week 1 project for Data Science students
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.