Salvi Solà Martinell
Salvi Solà Martinell
**Is your feature request related to a problem? Please describe.** Consistency between clustering algorithms. **Describe the solution you'd like** Daura clustering should return clusters as a ds-array with cluster ids....
**Describe the bug** The performance test for LinearRegression in mn4 is failing. That is using the kdd99 dataset (/gpfs/projects/bsc19/COMPSs_DATASETS/dislib/kdd99/train.csv). The task _compute_model_parameters fails with a Singular Matrix error. I don't...
**Describe the bug** Slicing a ds-array creates unnecessary tasks when the slice matches with the blocks. **To Reproduce** No details available. **Expected behavior** Ds-array slicing shouldn't create unnecessary tasks. **Environment...
Check which algorithms could use the @reduction decorator from COMPSs, compare the performance, and incorporate it if it's better. Off the top of my head: KMeans, Gaussian Mixtures, LinearRegression, PCA,...
We should add a section on creating estimators on the developer/contributor guide. - Not to do any logic on the constructor. - Make constructor parameters public and do not replace...
Improve estimators tests to check that no logic is performed in the constructor, to ensure that they work with GridSearchCV.
Just a small problem I had: At https://codelabs.developers.google.com/codelabs/how-to-access-internal-only-service-while-retaining-internet#4, subsection "Create Cloud DNS zone for run.app URLs" the DNS zone is created with `--dns-name="a.run.app."`, which works fine in isolation, but affects...