Skip to content

Commit f9a609d

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-32: Fit/Predict
1 parent b7a44db commit f9a609d

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

docs/.gitbook/assets/image (172).png

79.3 KB
Loading

docs/.gitbook/assets/image (173).png

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><img src="../.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><img src="../.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)