5 comments (5 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python7,762 stars (7,762 stars)1,308 forks (1,308 forks)batch import
enhancementgood first issuehelp wanted
Description
For the autoencoder in pyod, how do I adjust the learning rate?
Contributor guide
- Tech stack
- python
- Domain
- machine learningdocumentation
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- active
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Pythonmachine learning basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Examine the PyOD source code, specifically the autoencoder implementation in pyod/models/auto encoder.py, to identify if a learning rate parameter is exposed. If it is, provide documentation on how to set it via the model constructor or training loop. If not, consider adding the parameter or creating a guide on modifying the optimizer after instantiation. Check comments in the issue for user suggestions.