Skip to content

Commit 3b4e79a

Browse files
authored
Fix typo
1 parent b988495 commit 3b4e79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/notes/ml-foundations/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Machine learning problem formulation refers to the process of clearly defining t
7171

7272
+ **Defining the Objective**: Identifying the specific problem to solve, such as predicting future stock prices, classifying emails as spam or not, or detecting fraudulent transactions. This is the first step in understanding what the model should accomplish.
7373

74-
+ **Choosing the Type of Problem**: Determining whether what type of approach to use (regression, classification, etc.), based on the nature of the target variable and the presence or absence of data labels.
74+
+ **Choosing the Type of Problem**: Determining which type of approach to use (regression, classification, etc.), based on the nature of the target variable and the presence or absence of data labels.
7575

7676
+ **Identifying Features and Labels**: Specifying the input variables (features) that the model will use to make predictions and, in the case of supervised learning, the corresponding output or target variable (label) that the model should predict.
7777

0 commit comments

Comments
 (0)