-
## Issue
Currently, all images, video and audio in the crawled page are returned in `result.media` like follows.
```
{
audio:[],
images:[
{
src:"https://cdn.com/path/to/image",
alt:"mobile_i…
-
**Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [ ] I c…
-
## Keyword: differential privacy
### State-of-the-Art Approaches to Enhancing Privacy Preservation of Machine Learning Datasets: A Survey
- **Authors:** Chaoyu Zhang
- **Subjects:** Cryptography an…
-
Related to
- #98
Papers:
- [ ] [Design of a personalized navigation support system for context-aware ubiquitous learning environment](https://dl.acm.org/doi/10.1145/2365946.2365948)
- [ ] [User…
-
Conferences to review:
- [x] https://dl.acm.org/action/doSearch?target=browse-proceedings-specific&ConceptID=118222&ConceptID=120670
- [x] https://dl.acm.org/doi/proceedings/10.1145/3576050
- [ ] h…
-
Since Google Gemini Pro API is currently free when using up to 60 API calls per minute. This would be an incredibly helpful integration to add support for Gemini API into the CrewAI code. This will pe…
-
**Describe the bug**
FastAI and PyTorch NNs aren't saving when called on a trail with defined hyperparameters. It works when used like this:
> ```predictor = TabularPredictor(label=label, eval_met…
-
**Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [X] I c…
-
- [x] I have checked that this bug exists on the latest stable version of AutoGluon
- [ ] and/or I have checked that this bug exists on the latest mainline of AutoGluon via source installation
**D…
-
### Description
Installing (local) package / project with poetry fails when attempting to containerize my app (tbh just a single script).
Installation on dev machine runs fine. From here I copy …