The Wayback Machine - https://web.archive.org/web/20200706020606/https://github.com/topics/inspection
Skip to content
#

inspection

Here are 68 public repositories matching this topic...

hermidalc
hermidalc commented Jan 10, 2020

RFE/RFECV are not only feature selectors (SelectorMixin) but also classifiers/regressors (MetaEstimatorMixin), though ELI5 explain_weights doesn't support them as classifiers/regressors. The final fit of an RFE/RFECV object is a fitted estimator with either rfe.estimator_.coef_ or rfe.estimator_.feature_importances_ and in sklearn you do not usually follow up RFE/RFECV with another classifier

danfowler
danfowler commented Feb 24, 2017

Overview

This issue contains CLI improvements

Tasks

  • support headers options
  • support granular check options
  • support providing validation config instead of options (like stringified json)

My guess would be:

goodtables --checks "{'duplicate-row': True}" datapackage datapackage.json 

But it returns:

goodtables.exceptions.GoodtablesE

Improve this page

Add a description, image, and links to the inspection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inspection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.