-
Updated
Jun 23, 2021 - EJS
Here's what's popular on GitHub today...
-
Updated
Jun 23, 2021 - Go
Your favorite open source projects and the developers who make them happen. Listen in!
Atom
-
Updated
Jun 23, 2021 - Dart
-
Updated
Jun 23, 2021 - TypeScript
js13kGames competition
August 13, 2021 - September 13, 2021 • Online
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 23, 2021 - C++
gitpod.io
Gitpod enables you to be always ready-to-code.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.
Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/
-
Updated
Jun 21, 2021 - Ruby
-
Updated
Jun 19, 2021 - Dart
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 22, 2021 - Jupyter Notebook
-
Updated
Jun 23, 2021 - Go
-
Updated
Jun 21, 2021 - Java
-
Updated
Jun 21, 2021 - C++
-
Updated
Jun 22, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Jun 22, 2021 - Ruby
-
Updated
Oct 3, 2020
-
Updated
May 28, 2021
-
Updated
Jun 23, 2021
GuardRails
GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.
Is your feature request related to a current problem? Please describe.
In order to create an outlier detection with Prophet, i need the full dataframe that's return Prophet
Describe proposed solution
Remove the hardcoded
["yhat"]fromProphet.predictadd a variable asking to return justyhator all the predictions:'yhat_lower', 'yhat_upper', etc..https://unit8co.github.io/d