Diego Arenas

Results 21 issues of Diego Arenas

Here is a list of sk-models that support training with `sample_weight`. - [ ] [sklearn.cluster.dbscan](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.dbscan.html) - [ ] [sklearn.cluster.k_means](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html) And these with `class_weight`: - [ ] [sklearn.linear_model.LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) - [ ]...

resource

Analyse a database transaction log and compare with the metadata to check what tables and columns are utilised and which one aren't. Provide a report of usage based on the...

enhancement

To group continuous variables in groups of 5 to 20 classes with recommended number near \sqrt{n} so a class frequency can be computed.

enhancement

Encapsulate SQL code and reference it by engine: 'sqlserver', 'mysql', 'postgres', 'sqlite', etc.

enhancement

Save the status to resume it in a next session.

enhancement
performance

Given two datasets, compare them through their metadata and find probability of similarities in their fields.