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.

MAINT Move PolynomialFeatures to _polynomial.py

See original GitHub issue

A little maintenance task: Move class PolynomialFeatures from _data.py to _polynomial.py and tests likewise. See https://github.com/scikit-learn/scikit-learn/pull/18368#issuecomment-758319583.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
lorentzenchrcommented, Mar 3, 2021

@LSturtew Do you still want to do this PR or is it ok for you to look out for another open issue? 2 pieces of advice for the future: You can write “take” to assign you to an issue. Second, it helps if you open a PR very soon to show that you are actually working in the issue.

0reactions
cmarmocommented, Mar 5, 2021

Hi @LSturtew if you are interested in starting contributing there are some issues used during the sprints quite good for first contributors: eg #19334 still needs two warnings to be fixed. Feel free to comment there if this could fit you. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

sklearn.preprocessing.PolynomialFeatures
Generate a new feature matrix consisting of all polynomial combinations of the features with degree less than or equal to the specified degree....
Read more >
Python - How to fit a Polynomial Features Transformation in a ...
I'm trying to plot a curve fit line in a 3D scatterplot but I keep getting an error when trying to plot the...
Read more >
python - What is the purpose of the first (1s) element in sklearn ...
The first term is one of the input column to the power of zero. It works as an intercept in a regression model....
Read more >
Polynomial Regression using Python
I'm following this tutorial in youtube ( https://www.youtube.com/watch?v=CPuDfovUuTs ) to create a polynomial regresssion in Power BI.
Read more >
How to Use Polynomial Feature Transforms for Machine ...
Polynomial Feature Transform. The polynomial features transform is available in the scikit-learn Python machine learning library via 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