You are browsing as a guest. Sign up (or log in) to start making projects!

1h 10m 5s logged

M365 Copilot had assigned that exercise, but as I mentioned earlier, I skipped it. I didn’t quite grasp what it was asking for—I just did what I thought made sense and moved on to number 6…
After finishing number 6, I asked it exactly what it wanted me to do, since I hadn’t understood the previous task. It explained something like this: you need to generate normal data and insert an anomaly. The dataset would consist mostly of normal values, with very few abnormal ones. It provided this pseudocode to illustrate the logic:

if random < error_chance:
    generate unusual value
else:
    generate normal value
0
2

Comments 0

No comments yet. Be the first!