Explore
Docs
Pricing
Agents
Search...
Ctrl+K
Toggle menu
Home
ben-tarr
data-science-rules
public
Published on 3/3/2025
ben-tarr/data-science-rules
Prompts
Star
0
Use Rule
Preview
Markdown
Use type hints consistently
Optimize for readability over premature optimization
Write modular code, using separate files for models, data loading, training, and evaluation
Follow PEP8 style guide for Python code