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

Изменение изначального датафрейма методом fit_parameters при работе с CompositeBN #81

Open
PabloKarpacho opened this issue Sep 22, 2023 · 0 comments · May be fixed by #113
Assignees
Labels
bug Something isn't working

Comments

@PabloKarpacho
Copy link
Contributor

При обучении параметров композитной БС энкодер изменяет строки изначального датасета
Происходит этот тут:
https://github.com/aimclub/BAMT/blob/393275ef49d87165155e19b9330e68aefb313344/bamt/networks/base.py#L508C1-L508C1

Это создаёт проблему с сэмплированием при наличии какого - либо evidence. Для того чтобы сэмплировать приходится указывать закодированный evidence, а не оригинальный.

Изменение датасета также усложняет дальнейшую работу с ним. Если пользователь хочет что-то сделать с оригинальными данными после обучения БС, ему придется их перечитывать.

@Roman223 Roman223 added the bug Something isn't working label Oct 7, 2023
@jrzkaminski jrzkaminski self-assigned this Jun 15, 2024
@jrzkaminski jrzkaminski linked a pull request Jun 15, 2024 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