Skip to content

Commit c78bdb1

Browse files
authored
Removed Interactive Mode from Distributed Sample Readmes (oneapi-src#548)
Rachel Oberman told me to remove the interactive mode section from the readmes for Distributed LR and KMeans.
1 parent 6a84f43 commit c78bdb1

File tree

2 files changed

+0
-8
lines changed
  • AI-and-Analytics/Features-and-Functionality
    • IntelPython_daal4py_DistributedKMeans
    • IntelPython_daal4py_DistributedLinearRegression

2 files changed

+0
-8
lines changed

AI-and-Analytics/Features-and-Functionality/IntelPython_daal4py_DistributedKMeans/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ _Note: This code samples focus on using daal4py to do distributed ML computation
9393
### Run in Batch Mode
9494
This sample runs in batch mode, so you must have a script for batch processing. Once you have a script set up, refer to [Running the Sample](#running-the-sample).
9595

96-
<!---Include the next paragraph ONLY if the sample DOES NOT RUN in batch mode-->
97-
### Run in Interactive Mode
98-
This sample runs in interactive mode. For more information, see [Run as Juypter Notebook](#run-as-jupyter-notebook).
99-
10096
### Request a Compute Node
10197
In order to run on the DevCloud, you need to request a compute node using node properties such as: `gpu`, `xeon`, `fpga_compile`, `fpga_runtime` and others. For more information about the node properties, execute the `pbsnodes` command.
10298
This node information must be provided when submitting a job to run your sample in batch mode using the qsub command. When you see the qsub command in the Run section of the [Hello World instructions](https://devcloud.intel.com/oneapi/get_started/aiAnalyticsToolkitSamples/), change the command to fit the node you are using. Nodes which are in bold indicate they are compatible with this sample:

AI-and-Analytics/Features-and-Functionality/IntelPython_daal4py_DistributedLinearRegression/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ _Note: This code samples focus on using daal4py to do distributed ML computation
9595
### Run in Batch Mode
9696
This sample runs in batch mode, so you must have a script for batch processing. Once you have a script set up, refer to [Running the Sample](#running-the-sample).
9797

98-
<!---Include the next paragraph ONLY if the sample DOES NOT RUN in batch mode-->
99-
### Run in Interactive Mode
100-
This sample runs in interactive mode. For more information, see [Run as Juypter Notebook](#run-as-jupyter-notebook).
101-
10298
### Request a Compute Node
10399
In order to run on the DevCloud, you need to request a compute node using node properties such as: `gpu`, `xeon`, `fpga_compile`, `fpga_runtime` and others. For more information about the node properties, execute the `pbsnodes` command.
104100
This node information must be provided when submitting a job to run your sample in batch mode using the qsub command. When you see the qsub command in the Run section of the [Hello World instructions](https://devcloud.intel.com/oneapi/get_started/aiAnalyticsToolkitSamples/), change the command to fit the node you are using. Nodes which are in bold indicate they are compatible with this sample:

0 commit comments

Comments
 (0)