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

Sampling Issue #122

Open
BobbyCaliber opened this issue Oct 8, 2024 · 1 comment
Open

Sampling Issue #122

BobbyCaliber opened this issue Oct 8, 2024 · 1 comment

Comments

@BobbyCaliber
Copy link

Пытаюсь просэмплировать данные, но иногда выходит такая ошибка, либо строк данных оказывается меньше, чем указано в аргументе функции. Приложил вид датасета и инициализацию моделей.

image

image

@Anaxagor
Copy link
Collaborator

Добрый день! Строк меньше бывает, потому что по умолчанию функция удаляет строки с отрицательными значениями в переменных, в которых этого не должно быть. Чтобы это отключить, нужно у функции sample установить флаг filter_neg = False.
По поводу случая с nan посмотрим, есть идеи, почему это происходит, возможно получится в ближайшее время пофиксить.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants