question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[DOCS] LowessRegression prediction has wrong description? Fit the model using X, y as training data.

See original GitHub issue

First 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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
quendeecommented, Jun 21, 2021

@MBrouns Yes ok, I will see if that is the only time that happens or if there are more

1reaction
MBrounscommented, Jun 21, 2021

Good catch! Feel free to submit a PR if you want

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found