Salvi Solà Martinell

Results 8 issues of Salvi Solà Martinell

enhancement
to solve in the future

**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....

enhancement
algorithm related

**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...

bug

**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...

enhancement
python related

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,...

enhancement

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...

enhancement
documentation

Improve estimators tests to check that no logic is performed in the constructor, to ensure that they work with GridSearchCV.

enhancement

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...