-
Vector search is feature of OpenSearch that is gaining prominence with recent emergence of generative AI and other ML use cases. Currently users of OpenSearch either use external embedding methods or …
-
What means this `'feature_selection__k': list(range(1, len(feature_importances) + 1))` code in:
```
param_grid = [{
'preparation__num__imputer__strategy': ['mean', 'median', 'most_frequent'],…
-
Hi According to the tfx examples, I pass the `pipeline_options` to `generate_statistics_from_csv` which set `--direct_num_workers=16` like:
```python
pipeline_options = PipelineOptions(['--dire…
-
Hi there,
Just stumbled upon this project: looks super-useful for reproducible science! I'm currently a collaborator on [PyPREP](https://github.com/sappelhoff/pyprep) (an MNE-Python reimplementatio…
-
Smartseq2 pipeline in DCP can analyze fluidigm library prep SS2 and single end SS2 data for both human and mouse.
-
Update the KFP super-pipeline for code modules with the new code2parquet transform and license transforms.
-
**Describe the bug**
A clear and concise description of what the bug is.
If we use
securityContext:
runAsUser: 1000
we get
2021-08-31T19:36:57,064 [main] ERROR com.amazon.dataprepper.plu…
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Other
### What happened + What you expected…
sujee updated
1 month ago
-
If you set the pipeline name to just a number with no other characters, it looks like the YAML parser will automatically parse this as an int. Then at line 5879 in cpac_pipeline.py (prep_workflow) yo…
-
**Describe the bug**
Data Prepper is no longer processing data. There appears to be data stuck in the buffer. Buffer metrics are reporting bufferUsage of 75%. RecordsInFlight are 250,000 and records …