[DOCS] LowessRegression prediction has wrong description? Fit the model using X, y as training data.
See original GitHub issueFirst comment like should be changed?
def predict(self, X):
"""
Fit the model using X, y as training data.
:param X: array-like, shape=(n_columns, n_samples, ) training data.
:return: Returns an array of predictions shape=(n_samples,)
"""
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Machine-Learning-Foundations-A-Case-Study-Approach ...
Q2. True or false: The model that best minimizes training error is the one that will perform best for the task of prediction...
Read more >1.1. Linear Models — scikit-learn 1.2.0 documentation
For multiclass classification, the problem is treated as multi-output regression, and the predicted class corresponds to the output with the highest value. It ......
Read more >Linear Model — scikit-lego latest documentation
If set to False, no intercept will be used in calculations (i.e. data is expected to be centered). ... Fit the model using...
Read more >LOWESS Regression in Python: How to Discover Clear ...
A detailed guide to using Locally Weighted Scatterplot Smoothing (LOWESS) algorithm in Python.
Read more >Introduction to Machine Learning: Regression - Medium
The fit of the ML model is evaluated using labeled test data in which the predicted targets (Y Predict) are compared to the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MBrouns Yes ok, I will see if that is the only time that happens or if there are more
Good catch! Feel free to submit a PR if you want