Skip to main content
⚑
← Coursesβ€ΊData Science AppliedModule 5 Β· Production ML Pipelinesβ€ΊπŸ† Capstone: end-to-end Kaggle-style pipelinemission80 / 100
πŸ’¬ DiscussπŸ§ͺ Playground+250 XP
Task
πŸ“ **Task:** Build `pipeline(records, seed=0)` returning `(precision, recall, f1)` after stratified split, train-only scaling, 500-epoch logistic regression, and threshold at 0.5. Round each metric to 2 decimals. πŸ“‹ Implement the function above. Tests run automatically. πŸ’‘ **Hint:** Re-read the theory if you get stuck.

Keep going

✏️ Write your code here
🐍
Loading Python...
First visit only β€” ~5-10s. Stays cached afterward.
πŸ“Š Result
Press Run to see result...
πŸ“£ Help someone learn PythonShare this lesson with a friend β€” the first 15 are free, no signup.Tweet

πŸ’¬ Discussion

Be the first to ask a question or share a tip.
Sign in to join the discussion. Reading is free.
Loading discussion…