-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [la…
-
Jupyter lab 에서 mpytc 지정해서 돌렸더니..
Jupyter lab cmd 창에
ImportError: DLL load failed: 지정된 모듈을 찾을 수 없습니다.
[I 2023-07-12 11:27:15.359 ServerApp] AsyncIOLoopKernelRestarter: restarting kernel (1/5), …
-
# Focal loss implementation for LightGBM - Max Halford
Motivation If you’re reading this blog post, then you’re likely to be aware of LightGBM. The latter is a best of breed gradient boosting library…
-
Currently installing through requirements.txt causes pip to download at least 4 versions of torch (I'm at 2.0.0, 2.0.1, 2.1.0, 2.1.1 so far, maybe more to come) to figure out what is the correct set o…
-
# Release checklist
For the upcoming release we need to verify our documentation. This is a best efforts activity
so please refer to the checklist from the previous release and focus on pages that we…
-
# Feature Request
Currently when using the dashboard, I need to specify the `sqlite:////"higher_level_dir/lower_level_dir_1/study.db"` file. Loading the local address shows the study as expected.
…
-
Hi. I'm starting a new research project on NAS and found out about your library, which seemed really interesting but also seemed to overlap significantly with the more popular [Optuna](https://github.…
-
### Motivation
Grey wolf optimization (GWO) is a metaheuristic algorithm that is inspired by the behavior of grey wolves in leadership and hunting (Mirjalili et al., 2014).
The algorithm is intuit…
-
## Description
This problem was already once reported in #9437. However, it seems to still be present in the current versions?
## Reproduce
1. Open the attached [notebook](https://github.…
-
I'm trying to run the `BayesianSignatureOptimizer` to compile my pipeline but it fails with the below error:
```python
from dspy.teleprompt import BayesianSignatureOptimizer
model_gpt4=config['…