Skip to content

Commit 3f99715

Browse files
authored
Merge pull request #2 from micahjsmith/patch-1
Update paper link and repo orgs
2 parents 8127918 + c1ffce5 commit 3f99715

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_includes/_about.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ <h2><a href="#how-many-task-types-have-you-covered" id="how-many-task-types-have
1212
<h2><a href="#what-open-source-libraries-are-you-releasing" id="what-open-source-libraries-are-you-releasing">What open source libraries are you releasing?</a></h2>
1313
<p class="mb-10">ML Bazaar encompasses the following open-source libraries:</p>
1414
<ul class="list-style">
15-
<li><a href="https://github.com/HDI-Project/MLPrimitives" target='_blank'>MLPrimitives</a>, a specification for
15+
<li><a href="https://github.com/MLBazaar/MLPrimitives" target='_blank'>MLPrimitives</a>, a specification for
1616
and collection of primitives for machine learning and data science</li>
17-
<li><a href="https://github.com/HDI-Project/MLBlocks" target='_blank'>MLBlocks</a>, a pipeline execution library
17+
<li><a href="https://github.com/MLBazaar/MLBlocks" target='_blank'>MLBlocks</a>, a pipeline execution library
1818
</li>
19-
<li><a href="https://github.com/HDI-Project/BTB" target='_blank'>BTB</a>, a simple, extensible library for
19+
<li><a href="https://github.com/MLBazaar/BTB" target='_blank'>BTB</a>, a simple, extensible library for
2020
AutoML</li>
21-
<li><a href="https://github.com/HDI-Project/AutoBazaar" target='_blank'>AutoBazaar</a>, a reliable,
21+
<li><a href="https://github.com/MLBazaar/AutoBazaar" target='_blank'>AutoBazaar</a>, a reliable,
2222
end-to-end, general purpose AutoML system built using our own framework</li>
23-
<li><a href="https://github.com/HDI-Project/piex" target='_blank'>piex</a>, a library for analysis and
23+
<li><a href="https://github.com/MLBazaar/piex" target='_blank'>piex</a>, a library for analysis and
2424
meta-analysis of scored pipelines</li>
2525
</ul>
2626

2727
<h2><a href="#how-can-i-programmatically-explore-datasets-pipelines-and-pipeline-templates" id="how-can-i-programmatically-explore-datasets-pipelines-and-pipeline-templates">How can I programmatically explore datasets, pipelines, and pipeline templates?</a></h2>
28-
<p>You can programmatically access the datasets (stored and organized in the standard D3M format) and about 3.1 million pipelines via <a href="https://github.com/HDI-Project/piex" target="_blank">piex</a> and <a href="https://github.com/HDI-Project/mit-d3m" target="_blank">mit-d3m</a>, our libraries for pipeline analysis and dataset loading. We are adding millions more.</p>
28+
<p>You can programmatically access the datasets (stored and organized in the standard D3M format) and about 3.1 million pipelines via <a href="https://github.com/MLBazaar/piex" target="_blank">piex</a> and <a href="https://github.com/MLBazaar/mit-d3m" target="_blank">mit-d3m</a>, our libraries for pipeline analysis and dataset loading. We are adding millions more.</p>
2929

3030
<h2><a href="#how-can-i-request-access-to-the-datasets" id="how-can-i-request-access-to-the-datasets">How can I request access to the datasets?</a></h2>
3131
<p>The ML Bazaar Task Suite, including 456 datasets and task definitions, is available for academic and non-commercial usage. Please email <a href="mailto:mlbazaar@mit.edu?Subject=Request%20for%20ML%20Bazaar%20Task%20Suite%20access" target="_blank">mlbazaar@mit.edu</a> to request access and explain your intended usage. Our collection of scored pipelines can be accessed without restrictions.</p>
@@ -37,7 +37,7 @@ <h2><a href="#is-this-just-an-academic-exercise" id="is-this-just-an-academic-ex
3737
<p>We are motivated to provide a place where any practitioner can go and find validated competitive pipeline templates for their machine learning task.</p>
3838

3939
<h2><a href="#how-can-i-learn-more-about-ml-bazaar" id="how-can-i-learn-more-about-ml-bazaar">How can I learn more about ML Bazaar?</a></h2>
40-
<p>Please <a href="https://www.micahsmith.com/files/mlbazaar_sigmod20.pdf" target="_blank">read our full paper about ML Bazaar</a>, published at SIGMOD 2020, or check out software libraries, documentation, and tutorials!</p>
40+
<p>Please <a href="https://www.micahsmith.com/files/papers/Smith%20et%20al.%20-%202020%20-%20The%20Machine%20Learning%20Bazaar%20Harnessing%20the%20ML%20Ecosystem%20for%20Effective%20System%20Development.pdf" target="_blank">read our full paper about ML Bazaar</a>, published at SIGMOD 2020, or check out software libraries, documentation, and tutorials!</p>
4141

4242
<h2><a href="#how-can-i-cite-ml-bazaar" id="how-can-i-cite-ml-bazaar">How can I cite ML Bazaar?</a></h2>
4343
<p class="mb-0">Please reference the following citation</p>
@@ -63,4 +63,4 @@ <h2><a href="#how-can-i-cite-ml-bazaar" id="how-can-i-cite-ml-bazaar">How can I
6363
}</code>
6464
</pre>
6565
</div>
66-
</div>
66+
</div>

0 commit comments

Comments
 (0)