lightning/tests/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 Logger tests and fixes (#1009) 2020-03-02 20:49:14 -05:00
test_all.py TensorBoardLogger sub_dir parameter for grouping logs (#6195) 2021-05-19 19:50:58 +00:00
test_base.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
test_comet.py fix miss-leading imports in tests (#5873) 2021-02-09 05:10:52 -05:00
test_csv.py formatting tests: 4/n (#5846) 2021-02-06 12:07:26 +01:00
test_mlflow.py Add run_name argument to the MLFlowLogger constructor (#7622) 2021-05-21 09:17:32 +01:00
test_neptune.py Fix `NeptuneLogger.log_text(step=None)` (#7194) 2021-04-26 15:28:55 +02:00
test_tensorboard.py TensorBoardLogger sub_dir parameter for grouping logs (#6195) 2021-05-19 19:50:58 +00:00
test_wandb.py fix(wandb): allow custom init args (#6989) 2021-05-04 09:45:36 +00:00