[DOC] Update Linear and Logistic Regression Parameters & Improve Documentation #8981
Open
1 of 4 tasks
Labels
1 - Backlog - DEV
Developer assigned to issue is responsible for creating PR.
2 - In progress
Issue/PR: The issue or PR is in progress.
What do you want to do?
Tell us about your request. Provide a summary of the request.
There is a need to update and improve the parameters used in the Linear and Logistic Regression implementations. Specifically, we need to:
Provide detailed documentation for the optimizers, objective types, and momentum types supported by the regression models.
There are several instances of inconsistent or incorrect parameter names. For example,
learningRate
should be correctly represented aslearning_rate
in the request body.Parameter typos:
learning_rate
,momentum_factor
,decay_rate
,momentum_type
, andoptimiser
Some parameters like objective, logging_interval, batch_size etc are not mentioned in the documentation.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Find the documentation here.
The text was updated successfully, but these errors were encountered: