-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: first regression program #1202
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1202 +/- ##
=======================================
Coverage 99.79% 99.79%
=======================================
Files 110 110
Lines 19247 19247
Branches 4110 4110
=======================================
Hits 19207 19207
Misses 40 40 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely explained, thank you.
🎉 This PR is included in version 0.18.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes partially #1031
Summary of Changes
This pull request adds a new page to the getting started tab. This page displays the first steps one has to follow, in order to write their first safe ds program, that implements a regression model. It also offers a section that shows the full code, so that one can copy and paste for convenience.