Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Add support for unsupervised models #37

Open
3 tasks
nshaud opened this issue Dec 2, 2020 · 1 comment
Open
3 tasks

Add support for unsupervised models #37

nshaud opened this issue Dec 2, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nshaud
Copy link
Owner

nshaud commented Dec 2, 2020

Maybe out of scope for this toolbox.

The toolbox currently work with the assumption that the models are supervised. Working with unsupervised models (e.g. autoencoders) could be helpful.

  • Support other criterions in models.py (easy)
  • Support other metrics in metrics() (medium)
  • Either support no target or target = data (e.g. autoencoder) (hard)
@nshaud nshaud added the enhancement New feature or request label Dec 2, 2020
@nshaud nshaud self-assigned this Dec 2, 2020
@mengxue-rs
Copy link

Interesting features, I'd like to try although I am not familiar with coding unsupervised models. -)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants