-
I get this python git issue when running ragbuilder with `docker compose up`
The ragbuilder image didn't exited.
I fixed it by using `GIT_PYTHON_REFRESH=quiet` in the env file.
Perhaps git is…
-
I'm using both Github runners and AWS CodeBuild runners in a repository, configured with the AWS managed [Ubuntu image](https://github.com/aws/aws-codebuild-docker-images/tree/master/ubuntu/standard/7…
-
hi @sanjay-kv
we can add hyperparameter tuning to improve accuracy for this ,for this we can use optuna also.We can add Xgboost model also.
I will be very glad to work on this issue.
-
### System Info / 系統信息
centos 7.9
python 3.10.6
Package Version
absl-py 2.1.0
accelerate 0.33.0
aiobotocore 2.7.0
aiofiles 23.2.1
aiohttp 3.9.5
aioitertools 0.11.0
aioprometheus 23.12.0
a…
-
I want to make changes to "Hedging-of-Financial-Derivatives/RL Model /RL Trading.ipynb". I would add technical indicators using the `ta` library, utilize Optuna for hyperparameter optimization, and no…
-
## Motivation
Some directories provide multiple different examples. For instance, [pytorch](https://github.com/optuna/optuna-examples/tree/main/pytorch) ditrctory propvides multiple settings wi…
-
MALA implements a way to clean "zombie trials", i.e. trials which are not expected to finish anymore (e.g., because the original job broke). The API for this has changed from optuna v3 to v2, and this…
-
Env:
- docker run --platform=linux/amd64 -it -v $(pwd):/app -w /app python:3.10 bash
- Apple silicon macOS Sonoma 14.1
input:
```bash
conda create --name deeptempest --file requirements.txt…
-
Hello,
I'd like to try Optuna in Docker environment with mlflow.
I used a docker-compose file to install mlflow / mysql / minio inspired by https://github.com/Toumash/mlflow-docker
I'm trying…
-
## Motivation
Currently, the test coverage for Python source files are collected by using pytest-cov and is sent to codecov.io. However, the test coverage for our TypeScript files remains unaccoun…