-
As a group we've had a request to offer code review of work contributed to the [MAMBO project](https://www.mambo-project.eu/).
For now this is a placeholder issue while we discover:
* How much o…
-
Hi @graviraja,
I was following your tutorial on wandb logging and found a potential error in the training code when visualizing poorly performed data with wandb table.
https://github.com/graviraja/…
-
This exact page is very important, but it is missing for sdk v2.
For example the CORS options don't work the same in the newer version, but there is no information about it in the documentation fo…
-
When the deployment.yml specifies a custom scoring file, we run into this error. It seems that the scoring file MUST be named score.py otherwise we run into this error. The documentation does not sp…
-
I write here some general concepts as a references or notes for bits that could be helpful to the community.
I suggest reading [this paper](https://arxiv.org/abs/2103.11251) for an overview of curren…
-
When starting a new W&B run, project=params.WANDB_PROJECT returns AttributeError: module 'params' has no attribute WANDB_PROJECT
-
- This is where I record my learning process
-
## Why
推薦・機械学習勉強会は、推薦や機械学習、その周辺技術を通じてサービスを改善することにモチベーションのある人達の集まりです。ニュースやブログから論文まで、気になったものについてお互い共有しましょう!
発信のため、ここは **public** にしてあります。外部からの参加をご希望の方は樋口(https://twitter.com/zerebom_3) まで DM を送るか、…
-
—————
Python == 3.11.8
mlflow == 2.10.2
mlserver == 1.5.0
mlserver-mlflow == 1.5.0
MarkupSafe == 2.1.5
numpy == 1.26.4
pandas == 2.2.1
scikit-learn == 1.4.1.post1
tqdm == 4.66.2
zenml == 0…
-
### Describe the bug
Oh, I have a model trained using the XGBoost library following these steps:
Step 1: Save the model after training using joblib.dump(best_model, abspath(config.model.path)).
…