Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benofben committed Aug 18, 2022
1 parent d4e44e1 commit 7f62803
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions autopilot/sagemaker_autopilot_neo4j_portfolio_churn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
"\n",
"Our data is, in some sense a time series. We're going to window over three quarters. Q4 of 2021 is used to generate labels, so it's not present in the data set. That leaves Q3 as our validation data set. Q2 becomes test and Q1 is for training.\n",
"\n",
"We take this approach random than generating random folds or similar to avoid time based leakage."
"We take this approach rather than generating random folds or similar to avoid time based leakage."
]
},
{
Expand Down Expand Up @@ -702,8 +702,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can use batch inference through Amazon SageMaker batch transform. The same model can also be deployed to perform online inference using Amazon SageMaker hosting.\n",
"\n"
"We can use batch inference through Amazon SageMaker batch transform. The same model can also be deployed to perform online inference using Amazon SageMaker hosting."
]
},
{
Expand Down

0 comments on commit 7f62803

Please sign in to comment.