Skip to content

Deprecation and runtime computation warrning#197

Open
mosesyhc wants to merge 4 commits into
mainfrom
192Warnings
Open

Deprecation and runtime computation warrning#197
mosesyhc wants to merge 4 commits into
mainfrom
192Warnings

Conversation

@mosesyhc
Copy link
Copy Markdown
Member

@mosesyhc mosesyhc commented May 19, 2026

Addresses issues

The deprecation and runtime numerical warnings due to non-invertibility of matrices have been either removed or properly checked.

The scikit-learn warning seems to be tied to the use of RandomForestRegressor. However, the warning seems to be an internal issue where scikit-learn has compatibility issue with packages like joblib. In particular, when spawning Parallel delayed jobs.

@mosesyhc mosesyhc changed the base branch from main to 190FixOldest May 19, 2026 21:08
@mosesyhc mosesyhc requested a review from jared321 May 25, 2026 14:44
@mosesyhc mosesyhc changed the base branch from 190FixOldest to main May 26, 2026 16:24
Copy link
Copy Markdown
Contributor

@jared321 jared321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments/questions.

I still need to run different tests and review action logs as part of the review.

Comment thread src/surmise/emulationmethods/PCGP.py
args=(subinfo),
method='L-BFGS-B',
options={'disp': False},
# options={'disp': False},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not delete this line instead of just commenting out?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the line would be fine.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. I will finalize the PR once that line is removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants