Update README.md
Browse files
README.md
CHANGED
|
@@ -35,13 +35,13 @@ as well as technical answers, which was necessary for the interview questions. I
|
|
| 35 |
dataset. For each job posting in the dataset, I had the model create a 'great', 'mediocre', and 'bad' user profile. An example of the few shot prompting for this was:
|
| 36 |
|
| 37 |
|
| 38 |
-
|
| 39 |
Job Title: Data Scientist
|
| 40 |
Job Description: Analyze data and build predictive models.
|
| 41 |
Applicant Profile: Experienced in Python, R, and ML models.
|
| 42 |
Interview Question: Tell me about a machine learning project you are proud of.
|
| 43 |
Optimal Answer: I developed a predictive model using Python and scikit-learn to forecast customer churn, achieving 85% accuracy by carefully preprocessing the data and tuning hyperparameters.
|
| 44 |
-
|
| 45 |
|
| 46 |
Finetuning Tasks: As you did for the second project check in,
|
| 47 |
clearly define the training data you used, making sure to note any
|
|
|
|
| 35 |
dataset. For each job posting in the dataset, I had the model create a 'great', 'mediocre', and 'bad' user profile. An example of the few shot prompting for this was:
|
| 36 |
|
| 37 |
|
| 38 |
+
```python
|
| 39 |
Job Title: Data Scientist
|
| 40 |
Job Description: Analyze data and build predictive models.
|
| 41 |
Applicant Profile: Experienced in Python, R, and ML models.
|
| 42 |
Interview Question: Tell me about a machine learning project you are proud of.
|
| 43 |
Optimal Answer: I developed a predictive model using Python and scikit-learn to forecast customer churn, achieving 85% accuracy by carefully preprocessing the data and tuning hyperparameters.
|
| 44 |
+
```
|
| 45 |
|
| 46 |
Finetuning Tasks: As you did for the second project check in,
|
| 47 |
clearly define the training data you used, making sure to note any
|