Karthik Kurella

Results 3 issues of Karthik Kurella

## Introduction of Dockerfile with CUDA Environment - **CUDA Base Image**: Utilizes `nvidia/cuda:12.3.1-runtime-ubuntu22.04` as the base image to ensure compatibility with NVIDIA's CUDA. - **Package Updates and Installations**: - Runs...

Fix : https://github.com/optuna/optuna/issues/5409 Enhance plot_parallel_coordinate() by eliminating redundant for-loops # Motivation In parallel coordinate plot, _is_log_scale(), _is_categorical(), and _is_numerical() functions are invoked. # Description of the changes * _is_log_scale(): Combines...

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/karthikkurella/mlflow/pull/13286?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13286/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13286 ``` ###...

rn/feature