Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KBinsDiscretizer encode #124

Open
BobbyCaliber opened this issue Nov 7, 2024 · 2 comments · May be fixed by #126
Open

KBinsDiscretizer encode #124

BobbyCaliber opened this issue Nov 7, 2024 · 2 comments · May be fixed by #126
Labels
bug Something isn't working

Comments

@BobbyCaliber
Copy link

KBinsDiscretizer работает только с encode=ordinal с другими encode выводит pandas ошибку что columns must be same length as keyl, ошибка в этом месте

image

@jrzkaminski
Copy link
Collaborator

Посмотрим, спасибо

@jrzkaminski jrzkaminski added the bug Something isn't working label Nov 20, 2024
@Roman223
Copy link
Collaborator

@jrzkaminski , а ты уверен что это баг? Обучать БС, где узлы это бинарные признаки, с единицей если значение попало в 1 бин и т.д.
Проблема в том, что количество узлов от этого возрастает кратно, и этот способ скорее как last resort.

Anyway, если есть запрос -- сделаем.

@Roman223 Roman223 linked a pull request Mar 12, 2025 that will close this issue
@Roman223 Roman223 linked a pull request Mar 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

3 participants