Skip to content

Project-Specific Instructions

Phase 4: First Technical Modification

Make one small technical change. Run the project again and see what happens. If your change causes an error, read the message, correct the problem, and rerun the project. You can always revert (CTRL z) changes or return to the example code. Follow this debugging process until your initial technical modification runs successfully.

Suggestions:

  • Change the feature identified as potentially useful for predicting the selected target. Look at the datafile and columns to see which numeric columns might be related to the target.

Look at the data file and column names to identify reasonable choices.

Phase 5: Custom Project

Keep the penguins dataset and make the analysis yours by selecting a different numeric target and a different numeric feature while explaining your choices in app.py.

For more challenge, use another appropriate tabular dataset.

Professional Communication

Make sure your repository correctly presents and reflects your work. Remove educational instructions that are no longer needed and verify key areas showcase your skills:

  • README.md
  • docs/
  • src/

The example projects are MIT licensed. You are free to use and modify as you like.


◄ Back to Home