Deprecated: $wgMWOAuthSharedUserIDs=false is deprecated, set $wgMWOAuthSharedUserIDs=true, $wgMWOAuthSharedUserSource='local' instead [Called from MediaWiki\HookContainer\HookContainer::run in /var/www/html/w/includes/HookContainer/HookContainer.php at line 135] in /var/www/html/w/includes/Debug/MWDebug.php on line 372
7k-Books - MaRDI portal

Deprecated: Use of MediaWiki\Skin\SkinTemplate::injectLegacyMenusIntoPersonalTools was deprecated in Please make sure Skin option menus contains `user-menu` (and possibly `notifications`, `user-interface-preferences`, `user-page`) 1.46. [Called from MediaWiki\Skin\SkinTemplate::getPortletsTemplateData in /var/www/html/w/includes/Skin/SkinTemplate.php at line 691] in /var/www/html/w/includes/Debug/MWDebug.php on line 372

Deprecated: Use of MediaWiki\Skin\BaseTemplate::getPersonalTools was deprecated in 1.46 Call $this->getSkin()->getPersonalToolsForMakeListItem instead (T422975). [Called from Skins\Chameleon\Components\NavbarHorizontal\PersonalTools::getHtml in /var/www/html/w/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php at line 66] in /var/www/html/w/includes/Debug/MWDebug.php on line 372

Deprecated: Use of QuickTemplate::(get/html/text/haveData) with parameter `personal_urls` was deprecated in MediaWiki Use content_navigation instead. [Called from MediaWiki\Skin\QuickTemplate::get in /var/www/html/w/includes/Skin/QuickTemplate.php at line 131] in /var/www/html/w/includes/Debug/MWDebug.php on line 372

7k-Books

From MaRDI portal
Dataset:6036639



OpenML43542MaRDI QIDQ6036639

OpenML dataset with id 43542

Author name not available (Why is that?)

Full work available at URL: https://api.openml.org/data/v1/download/22102367/7k-Books.arff

Upload date: 23 March 2022



Dataset Characteristics

Number of features: 12 (numeric: 5, symbolic: 0 and in total binary: 0 )
Number of instances: 6,810
Number of instances with missing values: 4,630
Number of missing values: 5,336

Do we really need another dataset of books? My initial plan was to build a toy example for a recommender system article I was writing. After a bit of googling, I found a few datasets. Sadly, most of them had some issues that made them unusable for me (e.g, missing description of the book, a mix of different languages but no column to specify the language per row or weird delimiters). So I decided to make a dataset that would match my purposes. First, I got ISBNs from Soumik's Goodreads-books dataset. Using those identifiers, I crawled the Google Books API to extract the books' information. Then, I merged those results with some of the original columns from the dataset and after some cleaning I got the dataset you see here. What can I do with this? Different Exploratory Data Analysis, clustering of books by topics/category, content-based recommendation engine using different fields from the book's description. Why is this dataset smaller than Soumik's Goodreads-books? Many of the ISBNs of that dataset did not return valid results from the Google Books API. I plan to update this in the future, using more fields (e.g., title, author) in the API requests, as to have a bigger dataset. What did you use to build this dataset? Check out the repoistory here Google Books Crawler Acknowledgements This dataset relied heavily on Soumik's Goodreads-books dataset.






This page was built for dataset: 7k-Books