darrenspencer / week-6

0 stars 0 forks source link

Change pronouns #3

Open darrenspencer opened 1 year ago

darrenspencer commented 1 year ago

In the HW5_Solution_decisiontree_regression_classification.py file, change all references from plural (e.g., "we") to be individual (e.g., "I")

ellipsis-dev[bot] commented 1 year ago

To have BitBuilder create a Pull Request with the implementation, the user who created the issue (@darrenspencer) can comment below with "LGTM".


Implementation Steps

  1. Identify pronouns to be changed
    • Identify all instances of plural pronouns (e.g., 'we') in the codebase that need to be changed to individual pronouns (e.g., 'I')
  2. Replace plural pronouns with individual pronouns
    • Replace all instances of plural pronouns with individual pronouns in the codebase

Generated with :heart: by www.bitbuilder.ai. Questions? Check out our the documentation.

darrenspencer commented 1 year ago

LGTM

darrenspencer commented 1 year ago

Please do a rules review