-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f70cb8
commit 5c4783d
Showing
17 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
01 Cloud Platform/07 Research/01 Getting Started/07 Rename Notebooks.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<? | ||
$fileType = "notebook"; | ||
$openProjectLink = "/docs/v2/cloud-platform/projects/getting-started#02-View-All-Projects"; | ||
$videoLink = ""; | ||
include(DOCS_RESOURCES."/getting-started/projects/rename-files.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
02 Local Platform/08 Projects/99 Version Control/03 Push Changes to Git.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
02 Local Platform/11 Research/01 Getting Started/07 Rename Notebooks.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<? | ||
$fileType = "notebook"; | ||
$openProjectLink = "/docs/v2/local-platform/projects/getting-started#04-Open-Projects"; | ||
$videoLink = ""; | ||
include(DOCS_RESOURCES."/getting-started/projects/rename-files.php"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
04 Research Environment/01 Key Concepts/01 Getting Started/07 Rename Notebooks.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<? | ||
$fileType = "notebook"; | ||
$openProjectLink = "/docs/v2/cloud-platform/projects/getting-started#02-View-All-Projects"; | ||
$videoLink = ""; | ||
include(DOCS_RESOURCES."/getting-started/projects/rename-files.php"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
04 Research Environment/03 Datasets/12 Futures/07 Data Normalization.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>Algorithm parameters are hard-coded values for variables in your project that are set outside of the code files. <a href='<?=$addParametersLink?>'>Add parameters to your projects</a> to remove hard-coded values from your code files and to perform <a href='<?=$parameterOptimizationLink?>'>parameter optimizations</a>. To get the parameter values into your algorithm, see <a href='/docs/v2/writing-algorithms/parameters#03-Get-Parameters'>Get Parameters</a>. The parameter values are sent to your algorithm when you deploy the algorithm, so it's not possible to change the parameter values while the algorithm runs.</p> | ||
<p>Algorithm parameters are hard-coded values for variables in your project that are set outside of the code files. <a href='<?=$addParametersLink?>'>Add parameters to your projects</a> to remove hard-coded values from your code files and to perform <a href='<?=$parameterOptimizationsLink?>'>parameter optimizations</a>. To get the parameter values into your algorithm, see <a href='/docs/v2/writing-algorithms/parameters#03-Get-Parameters'>Get Parameters</a>. The parameter values are sent to your algorithm when you deploy the algorithm, so it's not possible to change the parameter values while the algorithm runs.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters