Monday, January 22, 2024
HomeSoftware DevelopmentSD Occasions Open-Supply Venture of the Week: Knowledge Profiler

SD Occasions Open-Supply Venture of the Week: Knowledge Profiler


Knowledge Profiler is an open-source Python library that originated at Capital One to research datasets and detect if any of the knowledge contained inside is delicate information, equivalent to checking account numbers, bank card info, or social safety numbers. 

In line with the corporate, when information streams develop massive sufficient, it may be fairly troublesome to watch the information coming via, opening up the likelihood for delicate information to make its well beyond. The aim of the undertaking is to have the ability to detect when that kind of data is current in a dataset. 

The corporate supplied an instance of how one would possibly use Knowledge Profiler by imagining a jeweler within the enterprise of shopping for and promoting diamonds. They’ve a big database with all of their buyer and transaction particulars, in a structured format of rows and columns. Knowledge Profiler can be utilized on the dataset to get statistics on every column. 

“You’ll study the precise distribution of the worth of diamonds, that minimize is a categorical column of a number of distinctive values, that the carat is organized in ascending order, and most significantly, you’ll study the classification of every column for delicate information. Our machine-learning mannequin will then robotically classify columns as bank card info, electronic mail, and many others. It will assist you uncover if delicate information exists in columns they shouldn’t exist in,” Grant Eden, who was a principal software program engineer at Capital One, defined in a weblog put up

Knowledge Profiler comes with a default set of 19 labels which can be used to acknowledge information classes, equivalent to ADDRESS, CREDIT_CARD, EMAIL_ADDRESS, PHONE_NUMBER, SSN, and many others. 

“Our library has an inventory of labels of which a subset is taken into account private personally identifiable items of data… the information labeler is ready to use that deep studying mannequin to determine the place that exists in a dataset… and calls out the place that exists to that consumer that’s doing the evaluation,” Jeremy Goodsitt, a lead machine studying engineer at Capital One, advised SD Occasions beforehand.

The labeler mannequin can even be personalized to satisfy particular use circumstances. Within the instance of the jeweler, they might customise the information labeler to assist them be capable of determine particular gem sorts. 

On the time of this writing, the undertaking has 1,600 stars on GitHub, has been forked 146 occasions, and has 48 folks contributing to it.

 



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments