Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Factor_analyzer now is broken because scikit-learn deprecated force_all_finite. Replace this with ensure_all_finite,

Open
#147 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
python, scikit-learn

Research direction

Search the factor_analyzer codebase for uses of the deprecated force_all_finite keyword and inspect the surrounding scikit-learn calls. Replace the deprecated keyword with ensure_all_finite, then verify that no force_all_finite uses remain and that factor_analyzer works with the affected scikit-learn version.

Written by the indexing model from the issue text.

Description

This is a simple replacement of a keyword. Until this is fixed factor_analyzer is broken.

Dominant language
Python
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EducationalTestingService/factor_analyzer

All issues in EducationalTestingService/factor_analyzer

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.