jbiggsets
jbiggsets
**Is your feature request related to a problem? Please describe.** Nope! **Describe the solution you'd like** There are multiple ways to calculate factor scores. Currently, `factor_analyzer` implements the regression-based Thurstone...
For the next release, let's rename the package to `factorum`.
It may be useful in some cases to filter the featureset and return a new filtered `FeatureSet` object, rather than filtering in place. For example, if the user has an...
Currently, we are catching a number of potential warnings in our notebooks using `warnings.catch_warnings()`. However, some of these warnings may be helpful to the user. We are discarding them primarily...
Clean up the `intermediate_file_paths` notebooks, by (1) providing more descriptive titles for some files (e.g. `'confMatrix' -> 'Confusion Matrix'`), and (2) grouping files into table cells.
When the number of features is large, the `preprocessed_features` notebook hangs, and the report generation times out. The bottleneck seems to be the training set distribution graphs in this notebook....
Setting the API key header name to `X-CKAN-API-Key` seems problematic. For example, the [data.gov API](https://open.gsa.gov/api/datadotgov/) uses the `x-api-key` as the HTTP header name. This PR allows users to pass a...