lightning/pytorch_lightning/loggers
i-aki-y 7eafd8eac6
Add run_name argument to the MLFlowLogger constructor (#7622)
* Add run_name argument to the MLFlowLogger

* Update CHANGELOG

* Fix unnecessary line

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix style by using yapf

* Fix import error when mlflow is not installed

* Update CHANGELOG.md

* Update tests/loggers/test_mlflow.py

Co-authored-by: akiyuki ishikawa <aki.y.ishikwa@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-05-21 09:17:32 +01:00
..
__init__.py refactor imports of logger dependencies (#4860) 2021-01-06 15:16:06 +01:00
base.py Improve DummyLogger (#6398) 2021-03-09 23:18:38 +00:00
comet.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
csv_logs.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
mlflow.py Add run_name argument to the MLFlowLogger constructor (#7622) 2021-05-21 09:17:32 +01:00
neptune.py Fix `NeptuneLogger.log_text(step=None)` (#7194) 2021-04-26 15:28:55 +02:00
tensorboard.py TensorBoardLogger sub_dir parameter for grouping logs (#6195) 2021-05-19 19:50:58 +00:00
test_tube.py Document exceptions in loggers (#6171) 2021-02-25 21:08:32 +01:00
wandb.py fix(wandb): allow custom init args (#6989) 2021-05-04 09:45:36 +00:00