-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d059c7c
commit 2cec8ba
Showing
280 changed files
with
4,456 additions
and
6,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css?v=4fa983c6" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/tabs.css?v=4c969af8" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" /> | ||
|
||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
|
@@ -47,25 +46,16 @@ | |
<script src="../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../_static/copybutton.js?v=f281be69"></script> | ||
<script src="../_static/scripts/sphinx-book-theme.js?v=efea14e4"></script> | ||
<script src="../_static/tabs.js?v=3ee01567"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="../_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="../_static/design-tabs.js?v=36754332"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script async="async" src="../_static/sphinx-thebe.js?v=afe5de03"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="../_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/index';</script> | ||
<link rel="canonical" href="https://recommenders-team.github.io/recommenders/_modules/index.html" /> | ||
<link rel="icon" href="https://raw.githubusercontent.com/recommenders-team/artwork/main/icon/recommenders_color_icon.svg"/> | ||
|
@@ -364,13 +354,10 @@ <h1>All modules for which code is available</h1> | |
<li><a href="recommenders/models/deeprec/models/graphrec/lightgcn.html">recommenders.models.deeprec.models.graphrec.lightgcn</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/asvd.html">recommenders.models.deeprec.models.sequential.asvd</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/caser.html">recommenders.models.deeprec.models.sequential.caser</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/gru.html">recommenders.models.deeprec.models.sequential.gru</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/nextitnet.html">recommenders.models.deeprec.models.sequential.nextitnet</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/rnn_cell_implement.html">recommenders.models.deeprec.models.sequential.rnn_cell_implement</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/sequential_base_model.html">recommenders.models.deeprec.models.sequential.sequential_base_model</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/sli_rec.html">recommenders.models.deeprec.models.sequential.sli_rec</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/sum.html">recommenders.models.deeprec.models.sequential.sum</a></li> | ||
<li><a href="recommenders/models/deeprec/models/sequential/sum_cells.html">recommenders.models.deeprec.models.sequential.sum_cells</a></li> | ||
<li><a href="recommenders/models/deeprec/models/xDeepFM.html">recommenders.models.deeprec.models.xDeepFM</a></li> | ||
<li><a href="recommenders/models/fastai/fastai_utils.html">recommenders.models.fastai.fastai_utils</a></li> | ||
<li><a href="recommenders/models/lightfm/lightfm_utils.html">recommenders.models.lightfm.lightfm_utils</a></li> | ||
|
@@ -449,7 +436,7 @@ <h1>All modules for which code is available</h1> | |
|
||
<p class="copyright"> | ||
|
||
© Copyright 2023. | ||
© Copyright 2018-2024. | ||
<br/> | ||
|
||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-thebe.css?v=4fa983c6" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/tabs.css?v=4c969af8" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" /> | ||
|
||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
|
@@ -47,25 +46,16 @@ | |
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../../../_static/copybutton.js?v=f281be69"></script> | ||
<script src="../../../_static/scripts/sphinx-book-theme.js?v=efea14e4"></script> | ||
<script src="../../../_static/tabs.js?v=3ee01567"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="../../../_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="../../../_static/design-tabs.js?v=36754332"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=afe5de03"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/recommenders/datasets/amazon_reviews';</script> | ||
<link rel="canonical" href="https://recommenders-team.github.io/recommenders/_modules/recommenders/datasets/amazon_reviews.html" /> | ||
<link rel="icon" href="https://raw.githubusercontent.com/recommenders-team/artwork/main/icon/recommenders_color_icon.svg"/> | ||
|
@@ -935,7 +925,7 @@ <h1>Source code for recommenders.datasets.amazon_reviews</h1><div class="highlig | |
|
||
<p class="copyright"> | ||
|
||
© Copyright 2023. | ||
© Copyright 2018-2024. | ||
<br/> | ||
|
||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-thebe.css?v=4fa983c6" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/tabs.css?v=4c969af8" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" /> | ||
|
||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
|
@@ -47,25 +46,16 @@ | |
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../../../_static/copybutton.js?v=f281be69"></script> | ||
<script src="../../../_static/scripts/sphinx-book-theme.js?v=efea14e4"></script> | ||
<script src="../../../_static/tabs.js?v=3ee01567"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="../../../_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="../../../_static/design-tabs.js?v=36754332"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=afe5de03"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/recommenders/datasets/covid_utils';</script> | ||
<link rel="canonical" href="https://recommenders-team.github.io/recommenders/_modules/recommenders/datasets/covid_utils.html" /> | ||
<link rel="icon" href="https://raw.githubusercontent.com/recommenders-team/artwork/main/icon/recommenders_color_icon.svg"/> | ||
|
@@ -585,7 +575,7 @@ <h1>Source code for recommenders.datasets.covid_utils</h1><div class="highlight" | |
|
||
<p class="copyright"> | ||
|
||
© Copyright 2023. | ||
© Copyright 2018-2024. | ||
<br/> | ||
|
||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-thebe.css?v=4fa983c6" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/tabs.css?v=4c969af8" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" /> | ||
|
||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
|
@@ -47,25 +46,16 @@ | |
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../../../_static/copybutton.js?v=f281be69"></script> | ||
<script src="../../../_static/scripts/sphinx-book-theme.js?v=efea14e4"></script> | ||
<script src="../../../_static/tabs.js?v=3ee01567"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="../../../_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="../../../_static/design-tabs.js?v=36754332"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=afe5de03"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/recommenders/datasets/criteo';</script> | ||
<link rel="canonical" href="https://recommenders-team.github.io/recommenders/_modules/recommenders/datasets/criteo.html" /> | ||
<link rel="icon" href="https://raw.githubusercontent.com/recommenders-team/artwork/main/icon/recommenders_color_icon.svg"/> | ||
|
@@ -594,7 +584,7 @@ <h1>Source code for recommenders.datasets.criteo</h1><div class="highlight"><pre | |
|
||
<p class="copyright"> | ||
|
||
© Copyright 2023. | ||
© Copyright 2018-2024. | ||
<br/> | ||
|
||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-thebe.css?v=4fa983c6" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/tabs.css?v=4c969af8" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" /> | ||
|
||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
|
@@ -47,25 +46,16 @@ | |
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../../../_static/copybutton.js?v=f281be69"></script> | ||
<script src="../../../_static/scripts/sphinx-book-theme.js?v=efea14e4"></script> | ||
<script src="../../../_static/tabs.js?v=3ee01567"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="../../../_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="../../../_static/design-tabs.js?v=36754332"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=afe5de03"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/recommenders/datasets/download_utils';</script> | ||
<link rel="canonical" href="https://recommenders-team.github.io/recommenders/_modules/recommenders/datasets/download_utils.html" /> | ||
<link rel="icon" href="https://raw.githubusercontent.com/recommenders-team/artwork/main/icon/recommenders_color_icon.svg"/> | ||
|
@@ -488,7 +478,7 @@ <h1>Source code for recommenders.datasets.download_utils</h1><div class="highlig | |
|
||
<p class="copyright"> | ||
|
||
© Copyright 2023. | ||
© Copyright 2018-2024. | ||
<br/> | ||
|
||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-thebe.css?v=4fa983c6" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/tabs.css?v=4c969af8" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" /> | ||
|
||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
|
@@ -47,25 +46,16 @@ | |
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../../../_static/copybutton.js?v=f281be69"></script> | ||
<script src="../../../_static/scripts/sphinx-book-theme.js?v=efea14e4"></script> | ||
<script src="../../../_static/tabs.js?v=3ee01567"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="../../../_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="../../../_static/design-tabs.js?v=36754332"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=afe5de03"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="../../../_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/recommenders/datasets/mind';</script> | ||
<link rel="canonical" href="https://recommenders-team.github.io/recommenders/_modules/recommenders/datasets/mind.html" /> | ||
<link rel="icon" href="https://raw.githubusercontent.com/recommenders-team/artwork/main/icon/recommenders_color_icon.svg"/> | ||
|
@@ -851,7 +841,7 @@ <h1>Source code for recommenders.datasets.mind</h1><div class="highlight"><pre> | |
|
||
<p class="copyright"> | ||
|
||
© Copyright 2023. | ||
© Copyright 2018-2024. | ||
<br/> | ||
|
||
</p> | ||
|
Oops, something went wrong.