Skip to content

Commit

Permalink
word updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed Jul 17, 2024
1 parent da2b6d1 commit 927bf30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proposals/ml_fit_class_random_forest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"parameters": [
{
"name": "training_set",
"description": "The training set for the Random Forest classification model, provided as a vector data cube. This set contains both the independent variables and dependent variable that the Random Forest algorithm analyzes to learn patterns and relationships within the data.",
"description": "The training set for the Random Forest classification model, provided as a vector data cube. This set contains both the independent variables and dependent variable that the Random Forest algorithm analyses to learn patterns and relationships within the data.",
"schema": [
{
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion proposals/ml_fit_regr_random_forest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"parameters": [
{
"name": "training_set",
"description": "The training set for the Random Forest regression model, provided as a vector data cube. This set contains both the independent variables and dependent variable that the Random Forest algorithm analyzes to learn patterns and relationships within the data.",
"description": "The training set for the Random Forest regression model, provided as a vector data cube. This set contains both the independent variables and dependent variable that the Random Forest algorithm analyses to learn patterns and relationships within the data.",
"schema": [
{
"type": "object",
Expand Down
1 change: 1 addition & 0 deletions tests/.words
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ Hyndman
date1
date2
favor
mlm-model

0 comments on commit 927bf30

Please sign in to comment.