Skip to content

Commit 53cd38f

Browse files
author
vmWikis
committed
Auto-sync from Online folder: 2026-06-18 02:44:49
1 parent a4615f3 commit 53cd38f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

en/Python/Python/Sample_Projects_with_Attached_Python_Codes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h1 class="firstHeading">6 Sample Projects with attached Python Code</h1><div id
2727
<p><br />
2828
</p>
2929
<h2><a name="Samples_using_Origin_Projects"></a><span class="mw-headline">Samples using Origin Projects</span></h2>
30-
<p>This page lists Python examples added in Origin/OrignPro version 2021 that are based on Origin Project files. The Python code file is attached to the project. The projects also have buttons to run the code and to open the code in Code Builder to view, run and debug.
31-
</p><p>The projects can be found in the \Samples\Python sub folder.
30+
<p>This page lists Python examples added in Origin/OrignPro version 2021 that are based on Origin project files. The Python code file is attached to the project. The projects also have buttons to run the code and to open the code in Code Builder to view, run and debug.
31+
</p><p>The projects can be found in Learning Center dialog.
3232
</p><p>A brief description of each sample and the code associated with the sample are provided below. This will give you an overall idea as to how easy it is to work with the new originpro package for embedded Python in Origin.
3333
</p>
3434
<h3><a name="Batch_Peak_Analysis_of_Multiple_Files"></a><span class="mw-headline">Batch Peak Analysis of Multiple Files</span></h3>
@@ -159,9 +159,9 @@ <h3><a name="Logistic_Regression"></a><span class="mw-headline">Logistic Regress
159159
<p><br />
160160
</p>
161161
<h3><a name="Bayesian_Regression"></a><span class="mw-headline">Bayesian Regression</span></h3>
162-
<p>This example demonstrates Bayesian Ridge Regression by calling the BayesianRidge model from the sklearn package.
162+
<p>This example demonstrates Bayesian Ridge Regression by calling the BayesianRidge model from the scikit-learn package.
163163
</p>
164-
<pre class="python" style="font-family:monospace;"><span style="color: #d00; font-style: italic;"># This example requires to install sklearn package.</span>
164+
<pre class="python" style="font-family:monospace;"><span style="color: #d00; font-style: italic;"># This example requires to install scikit-learn package.</span>
165165

166166
<span style="color: #ff7700;font-weight:bold;">import</span> numpy <span style="color: #ff7700;font-weight:bold;">as</span> np
167167
<span style="color: #ff7700;font-weight:bold;">import</span> pandas <span style="color: #ff7700;font-weight:bold;">as</span> pd

0 commit comments

Comments
 (0)