thethiny
thethiny
I've never touched C# before but looks like this is gonna be the first for me. Will start on the 🍴 tomorrow. For 2nd bullet point, I just mean to...
Cool! If I hadn't issued a PR by then then that means I failed 😂
I succeeded 😎
I had this issue before when the python extensions became deprecated and moved to official Microsoft. Currently I face no such issue with dataclasses.
According to the documentation, the tracking-uri affects subsequent runs but not the current run. So I didn't know if I should add a check similar to this one  In...
@dbczumar thanks for your comments. Regarding databricks I didn't do any changes to that, as I explained in the comment under your second suggestion. I'm open to your suggestions and...
I'm going to address [this](https://github.com/mlflow/mlflow/pull/6518#discussion_r956776806) in a commit on its own as I believe I would require further discussion with you (perhaps different PR?). For now I will handle the...
> @thethiny Apologies for the lack of clarity. We should do `tracking_uri = tracking_uri or mlflow.get_tracking_uri()` in `run()` and then pass `tracking_uri` to `run_databricks` by adding a parameter and do...
autoformat
> @thethiny We updated the command to trigger auto-formatting today. Thank you. I will most likely commit a push either today or tomorrow, is there a way to commit the...