deeppavlov / deeppavlov/AutoIntent

sampler option for each module

Open
#193 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
54
Forks
16
PR merge metrics
No merged PRs in 30d

Description

https://github.com/deeppavlov/AutoIntent/blob/7b1a0d2e1bad81925f0bdd0d9b0ab57b432bb62b/autointent/nodes/_node_optimizer.py#L76

у нас есть возможность задать в конфиге семплер (tpe, random, brute). это удобно так как некоторые модули может захочеться перебрать тщательнее остальных

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in autointent/nodes/_node_optimizer.py at line 76 and trace how the sampler is currently read from configuration. Determine how per-module sampler selection should work for tpe, random, and brute; done when the configuration can choose the sampler independently for each module.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.