A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.reset_parameter.html below:

Website Navigation


lightgbm.reset_parameter — LightGBM 4.6.0.99 documentation

lightgbm.reset_parameter
lightgbm.reset_parameter(**kwargs)[source]

Create a callback that resets the parameter after the first iteration.

Note

The initial parameter will still take in-effect on first iteration.

Parameters:

**kwargs (value should be list or callable) – List of parameters for each boosting round or a callable that calculates the parameter in terms of current number of round (e.g. yields learning rate decay). If list lst, parameter = lst[current_round]. If callable func, parameter = func(current_round).

Returns:

callback – The callback that resets the parameter after the first iteration.

Return type:

_ResetParameterCallback


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4