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

Models method to generate a dict of its hyper-params (including wrapped) #108

Open
blondered opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@blondered
Copy link
Collaborator

blondered commented Feb 26, 2024

Feature Description

Method get_params for all RecTools models. It outputs a dict of all hyper-params available for tuning together with the values of the current instance. Wrapped models params are also added.

Why this feature?

This can be used in validation pipelines for easy-to-use integration with experiments trackers and metrics visualisation that is based on hyper-params.

Additional context

No response

@blondered blondered converted this from a draft issue Feb 26, 2024
@blondered blondered added the enhancement New feature or request label Feb 26, 2024
@blondered blondered moved this from 📋 Backlog to 🔖 Next in RecTools board May 23, 2024
@blondered
Copy link
Collaborator Author

Cases for usage:

  • save/load methods for models
  • experiments tracking (mlflow, wandb, etc)
  • cross_validate results go straight to MetricsApp

@blondered blondered moved this from 🔖 Next to 🏗 In progress in RecTools board Jul 29, 2024
@blondered blondered mentioned this issue Nov 9, 2024
4 tasks
feldlime added a commit that referenced this issue Nov 9, 2024
- Added configs to models

Сloses #108
#157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants