From 03bd2597fe525a65c95458deeb986764193897fa Mon Sep 17 00:00:00 2001 From: Daniel Sparing Date: Wed, 1 Mar 2023 21:27:43 +0100 Subject: [PATCH] typos --- 02_var_model.py | 2 +- 03_var_monte_carlo.py | 4 ++-- LICENSE.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/02_var_model.py b/02_var_model.py index baa258c..3462998 100644 --- a/02_var_model.py +++ b/02_var_model.py @@ -90,7 +90,7 @@ def get_stock_returns(): # COMMAND ---------- # MAGIC %md -# MAGIC We join our market indicator data with stock returns to build an input dataset we can machine learn. We'll use [`tempo`](https://databrickslabs.github.io/tempo/) for this AS-OF join since our timestamps may be differents in real life, with intra day tick data. +# MAGIC We join our market indicator data with stock returns to build an input dataset we can machine learn. We'll use [`tempo`](https://databrickslabs.github.io/tempo/) for this AS-OF join since our timestamps may be different in real life, with intra day tick data. # COMMAND ---------- diff --git a/03_var_monte_carlo.py b/03_var_monte_carlo.py index 56989ee..54fbe0f 100644 --- a/03_var_monte_carlo.py +++ b/03_var_monte_carlo.py @@ -47,7 +47,7 @@ # MAGIC %md # MAGIC ## Distribute trials -# MAGIC By fixing a seed strategy, we ensure that each trial will be independant (no random number will be the same) as well as enforcing full reproducibility should we need to process the same experiment twice +# MAGIC By fixing a seed strategy, we ensure that each trial will be independent (no random number will be the same) as well as enforcing full reproducibility should we need to process the same experiment twice # COMMAND ---------- @@ -115,7 +115,7 @@ # COMMAND ---------- # MAGIC %md -# MAGIC Although we processed our simulated market conditions as a large table made of very few columns, we may want to create a better data asset by wraping all trials into well defined vectors. This asset will help us manipulate vectors through simple aggregated functions using the `Summarizer` class from `pyspark.ml.stat` (see next notebook) +# MAGIC Although we processed our simulated market conditions as a large table made of very few columns, we may want to create a better data asset by wrapping all trials into well defined vectors. This asset will help us manipulate vectors through simple aggregated functions using the `Summarizer` class from `pyspark.ml.stat` (see next notebook) # COMMAND ---------- diff --git a/LICENSE.md b/LICENSE.md index 0f13310..da835d4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -5,7 +5,7 @@ to an Agreement (defined below) between Licensee (defined below) and Databricks, Software shall be deemed part of the Downloadable Services under the Agreement, or if the Agreement does not define Downloadable Services, Subscription Services, or if neither are defined then the term in such Agreement that refers to the applicable Databricks Platform Services (as defined below) shall be substituted herein for “Downloadable Services.” Licensee's use of the Software must comply at -all times with any restrictions applicable to the Downlodable Services and Subscription Services, generally, and must be used in +all times with any restrictions applicable to the Downloadable Services and Subscription Services, generally, and must be used in accordance with any applicable documentation. For the avoidance of doubt, the Software constitutes Databricks Confidential Information under the Agreement.