Martin

Results 5 issues of Martin

### Willingness to contribute Yes. I would be willing to contribute this feature with guidance from the MLflow community. ### Proposal Summary When using the autolog feature with lightgbm (might...

enhancement
area/tracking

Many value checks in rbo.py use assertions instead of raising exceptions. As stated in the [official python docs ](https://docs.python.org/3/reference/simple_stmts.html#the-assert-statement) asserts can be disabled at runtime, which would lead to unexpected...

Every install script is installing the python requirements to the users python environment instead of a virtual one, potentially messing with already installed packages. Additionally it might be a good...