Portfolio#

/tmp/ipykernel_2782/1159722460.py:26: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.sum(level=1) should use df.groupby(level=1).sum().
  assignment_dummies  = pd.get_dummies(rubric_df['assignments'].apply(pd.Series).stack()).sum(level=0)
/tmp/ipykernel_2782/1159722460.py:31: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.sum(level=1) should use df.groupby(level=1).sum().
  portfolio_dummies  = pd.get_dummies(rubric_df['portfolios'].apply(pd.Series).stack()).sum(level=0)

This section of the site has a set of portfolio prompts and this page has instructions for portfolio submissions.

Starting in week 3 it is recommended that you spend some time each week working on items for your portfolio, that way when it’s time to submit you only have a little bit to add before submission.

The portfolio is your only chance to earn Level 3 achievements, however, if you have not earned a level 2 for any of the skills in a given check, you could earn level 2 then instead. The prompts provide a starting point, but remember that to earn achievements, you’ll be evaluated by the rubric. You can see the full rubric for all portfolios in the syllabus. Your portfolio is also an opportunity to be creative, explore things, and answer your own questions that we haven’t answered in class to dig deeper on the topics we’re covering. Use the feedback you get on assignments to inspire your portfolio.

Each submission should include an introduction and a number of ‘chapters’. The grade will be based on both that you demonstrate skills through your chapters that are inspired by the prompts and that your summary demonstrates that you know you learned the skills. See the formatting tips for advice on how to structure files.

On each chapter(for a file) of your portfolio, you should identify which skills by their keyword, you are applying.

You can view a (fake) example in this repository as a pdf or as a rendered website

Upcoming Checks#

  • Portfolio Check 2 is due November 14

  • Portfolio check 3 is due December 6

  • Portfolio check 4 is due December 19

Important

start early, assignment 9 and 10 will be due on Wednesdays like regular the week before and of this deadline. You will get feedback on Assignment 9 by Friday so that you can use that to update your portfolio on the construct achievements.

Portfolio check 2 will assess the following new achievements in addition to an a chance to make up any that you have missed:

Level 3
keyword
python reliable, efficient, pythonic code that consistently adheres to pep8
process Compare different ways that data science can facilitate decision making
access access data from both common and uncommon formats and identify best practices for formats in different contexts
construct merge data that is not automatically aligned
summarize Compute and interpret various summary statistics of subsets of data
visualize generate complex plots with pandas and plotting libraries and customize with matplotlib or additional parameters
prepare apply data reshaping, cleaning, and filtering manipulations reliably and correctly by assessing data as received
evaluate Evaluate a model with multiple metrics and cross validation
classification fit and apply classification models and select appropriate classification models for different contexts
regression fit and explain regrularized or nonlinear regression
clustering apply multiple clustering techniques, and interpret results