Skip to content

Commit

Permalink
Merge pull request #28 from micahjsmith/master
Browse files Browse the repository at this point in the history
Update doc links to MLBazaar org
  • Loading branch information
csala authored Dec 13, 2020
2 parents f66e46e + 064499b commit 26a20c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/HDI-Project/AutoBazaar/issues.
Report bugs at https://github.com/MLBazaar/AutoBazaar/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/HDI-Project/AutoBazaar/issues.
The best way to send feedback is to file an issue at https://github.com/MLBazaar/AutoBazaar/issues.

If you are proposing a feature:

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

# AutoBazaar

* License: [MIT](https://github.com/HDI-Project/AutoBazaar/blob/master/LICENSE)
* License: [MIT](https://github.com/MLBazaar/AutoBazaar/blob/master/LICENSE)
* Development Status: [Pre-Alpha](https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha)
* Documentation: https://HDI-Project.github.io/AutoBazaar/
* Homepage: https://github.com/HDI-Project/AutoBazaar
* Documentation: https://MLBazaar.github.io/AutoBazaar/
* Homepage: https://github.com/MLBazaar/AutoBazaar
* Paper: https://arxiv.org/pdf/1905.08942.pdf

## Overview
Expand Down Expand Up @@ -48,7 +48,7 @@ pip install autobazaar
This will pull and install the latest stable release from [PyPI](https://pypi.org/).

If you want to install from source or contribute to the project please read the
[Contributing Guide](https://HDI-Project.github.io/AutoBazaar/contributing.html#get-started).
[Contributing Guide](https://MLBazaar.github.io/AutoBazaar/contributing.html#get-started).

# Data Format

Expand All @@ -66,8 +66,8 @@ refer to the [Schema Documentation](https://github.com/mitll/d3m-schema/tree/mas

As an example, you can browse some datasets which have been included in this repository for
demonstration purposes:
- [185_baseball](https://github.com/HDI-Project/AutoBazaar/tree/master/input/185_baseball): Single Table Regression
- [196_autoMpg](https://github.com/HDI-Project/AutoBazaar/tree/master/input/196_autoMpg): Single Table Classification
- [185_baseball](https://github.com/MLBazaar/AutoBazaar/tree/master/input/185_baseball): Single Table Regression
- [196_autoMpg](https://github.com/MLBazaar/AutoBazaar/tree/master/input/196_autoMpg): Single Table Classification

<!--Additionally, you can find a collection with ~500 datasets already formatted in the
[d3m-data-dai S3 Bucket](https://d3m-data-dai.s3.amazonaws.com/index.html).-->
Expand Down Expand Up @@ -115,7 +115,7 @@ dataset
dataset format and make sure to have indicated the right path.

For the rest of this quickstart, we will be using the `185_baseball` dataset that you can
find inside the [input folder](https://github.com/HDI-Project/AutoBazaar/tree/master/input)
find inside the [input folder](https://github.com/MLBazaar/AutoBazaar/tree/master/input)
contained in this repository.

## 2. Start the search process
Expand Down Expand Up @@ -181,7 +181,7 @@ abz search 185_baseball -c10,20,30 -b10 -r results.csv
## What's next?

For more details about **AutoBazaar** and all its possibilities and features, please check the
[project documentation site](https://HDI-Project.github.io/AutoBazaar/)!
[project documentation site](https://MLBazaar.github.io/AutoBazaar/)!

## Citing AutoBazaar

Expand Down
2 changes: 1 addition & 1 deletion autobazaar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
by the [Human-Data Interaction (HDI) Project](https://hdi-dai.lids.mit.edu/) at LIDS, MIT.
* Free software: MIT license
* Documentation: https://HDI-Project.github.io/AutoBazaar
* Documentation: https://MLBazaar.github.io/AutoBazaar
"""
import shlex
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion autobazaar/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def ensure_dir(directory):
def make_dumpable(params, datetimes=False):
"""Get nested dicts of params to allow json dumping.
Also work around this: https://github.com/HDI-Project/BTB/issues/79
Also work around this: https://github.com/MLBazaar/BTB/issues/79
And convert numpy types to primitive types.
Optionally dump datetimes to ISO format.
Expand Down

0 comments on commit 26a20c1

Please sign in to comment.