Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

conclusion.html 4.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Conclusion &#8212; California Renewable Curtailments documentation</title>
  6. <link rel="stylesheet" href="_static/haiku.css" type="text/css" />
  7. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
  9. <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  10. <script src="_static/jquery.js"></script>
  11. <script src="_static/underscore.js"></script>
  12. <script src="_static/doctools.js"></script>
  13. <script src="_static/language_data.js"></script>
  14. <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
  15. <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
  16. <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
  17. <link rel="index" title="Index" href="genindex.html" />
  18. <link rel="search" title="Search" href="search.html" />
  19. <link rel="next" title="&lt;no title&gt;" href="appendix.html" />
  20. <link rel="prev" title="Summary of Prediction Results" href="notebooks/3-ttu_visualize_predictions.html" />
  21. </head><body>
  22. <div class="header" role="banner"><h1 class="heading"><a href="index.html">
  23. <span>California Renewable Curtailments documentation</span></a></h1>
  24. <h2 class="heading"><span>Conclusion</span></h2>
  25. </div>
  26. <div class="topnav" role="navigation" aria-label="top navigation">
  27. <p>
  28. «&#160;&#160;<a href="notebooks/3-ttu_visualize_predictions.html">Summary of Prediction Results</a>
  29. &#160;&#160;::&#160;&#160;
  30. <a class="uplink" href="index.html">Contents</a>
  31. &#160;&#160;::&#160;&#160;
  32. <a href="appendix.html">&lt;no title&gt;</a>&#160;&#160;»
  33. </p>
  34. </div>
  35. <div class="content" role="main">
  36. <div class="section" id="conclusion">
  37. <h1>Conclusion<a class="headerlink" href="#conclusion" title="Permalink to this headline">¶</a></h1>
  38. <p>A reliable statistical model wasn’t found.</p>
  39. <div class="section" id="next-steps">
  40. <h2>Next Steps<a class="headerlink" href="#next-steps" title="Permalink to this headline">¶</a></h2>
  41. <p>Two main areas of work were not explored further due to time and computing constraints:</p>
  42. <p><strong>Data Engineering</strong></p>
  43. <dl class="simple">
  44. <dt>GFS Spatial resolution</dt><dd><p>The GFS data used was at a 1° spatial resolution. A higher granularity of data would provide a more accurate representation of weather effects.</p>
  45. </dd>
  46. <dt>Expanded Analysis Period</dt><dd><p>The initial exploratory data analysis suggested a rough seasonality to</p>
  47. </dd>
  48. </dl>
  49. <p><strong>Feature Engineering</strong></p>
  50. <dl class="simple">
  51. <dt>Isolating Demand-Side Drivers</dt><dd><p>The curtailment problem could also be described from a demand-side perspective. During periods of depressed or low demand (e.g. days with low air conditioning usage), would exacerbate the curtailment quantity. In this study, a historic load from CAISO was used (though in principle, a day ahead forecast could be dropped in as well.)</p>
  52. </dd>
  53. </dl>
  54. <p>Additional data engineering work could benefit the predictive capabilities of the approaches laid out in this study. Of note, historic weather forecasts at a higher resolution</p>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="bottomnav" role="navigation" aria-label="bottom navigation">
  59. <p>
  60. «&#160;&#160;<a href="notebooks/3-ttu_visualize_predictions.html">Summary of Prediction Results</a>
  61. &#160;&#160;::&#160;&#160;
  62. <a class="uplink" href="index.html">Contents</a>
  63. &#160;&#160;::&#160;&#160;
  64. <a href="appendix.html">&lt;no title&gt;</a>&#160;&#160;»
  65. </p>
  66. </div>
  67. <div class="footer" role="contentinfo">
  68. &#169; Copyright Thomas Tu, 2020.
  69. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.4.4.
  70. </div>
  71. </body>
  72. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...