Diego Arenas
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) - [ ]...
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...
To group continuous variables in groups of 5 to 20 classes with recommended number near \sqrt{n} so a class frequency can be computed.
Encapsulate SQL code and reference it by engine: 'sqlserver', 'mysql', 'postgres', 'sqlite', etc.
Given two datasets, compare them through their metadata and find probability of similarities in their fields.