Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9a609d

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-32: Fit/Predict
1 parentb7a44db commitf9a609d

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
79.3 KB
Loading
87.8 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
#10. Fit/Predict
22

3+
4+
5+
<figure><imgsrc="../.gitbook/assets/image (172).png"alt=""width="210"><figcaption></figcaption></figure>
6+
7+
1. Click on_**Fit/Predict**_ under the_**Machine Learning**_ category.
8+
9+
10+
11+
<figure><imgsrc="../.gitbook/assets/image (173).png"alt=""width="563"><figcaption></figcaption></figure>
12+
13+
2._**Model**_: Select the model you want to use.
14+
3._**Action**_: Choose the operation to apply to the selected model.
15+
4. Available operations depend on the selected model.
16+
*_**Fit**_: Train the model.
17+
*_**Fit and Transform**_: Train the model and simultaneously transform the data.
18+
*_**Transform**_: Transform the data. (Use a trained model.)
19+
*_**Inverse Transform**_: Apply the reverse transformation of the model to restore the data to its original form.
20+
*_**Predict**_: Make predictions using the trained model.
21+
*_**Predict Probability**_: Return the probabilities of each data point in the dataset belonging to each class.
22+
*_**Fit and Predict**_: Train the model and make predictions.
23+
5._**Code view**_: Preview the generated code.
24+
6._**Run**_: Execute the code.
25+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp