10 Matching Annotations
- Jul 2024
-
cloud.google.com cloud.google.com
-
After data is collected for month 13, it can be used to predict through month 18
It means we can perform recursive forecasts. Using a huge context window is too hardware-resource-consuming. Probably, it is better to use a balanced approach of direct and recursive forecasts. I hope we will not face drastic error accumulation.
-
- Nov 2022
-
github.com github.com
-
Scaling Scaling needs specialized tooling. It is currently not practical to use vanilla git with very large repos, or very large files, without any extra tooling. For monorepo scaling, teams invest in writing custom tooling and providing custom training. Scaling needs specialized coordination. It is currently not practical to use vanilla git with many projects across many repos, where a team wants to coordinate code changes, testing, packaging, and releasing. For polyrepo scaling, teams invest in writing coordination scripts and careful cross-version compatibility.
Might be roadblocker in case of very large teams. https://github.com/microsoft/rushstack
-
Coupling Tight coupling of projects. No coupling of projects. Thinking Encourages thinking about conjoins among projects. Encourages thinking about contracts between projects.
This is probably the most important difference between these two approaches.
-
- Apr 2022
-
matheusfacure.github.io matheusfacure.github.io
-
DiD Study Group, organized by Taylor Wright
-
Causal Inference with Panel Data lecture series,
-
- Mar 2021
-
bytepawn.com bytepawn.com
-
zt[1]
Mistake. It should be tt[1]
-
zt[1]
Mistake. It should be tt[1]
-
-
sl8r000.github.io sl8r000.github.io
-
p∼Beta(61,41)p∼Beta(61,41)p \sim Beta(61, 41)
Good to know why we use N + 1 here?
-
- Jul 2019
-
ru.wikipedia.org ru.wikipedia.org
-
не дающие формального доказательства, но обеспечивающие практическую применимость результата[⇨] — вероятностные, статистические, приближённые
Подобные методы используются в машинном обучение. Часто в последствии находят формальные доказательства.
-
- Jun 2019
-
www.tensorflow.org www.tensorflow.org
-
This problem is called overfitting—it's like memorizing the answers instead of understanding how to solve a problem.
Simple and clear explanation of overfitting
-