Skip to content

Commit

Permalink
Merge pull request #61 from LuoXueling/dev-xlluo
Browse files Browse the repository at this point in the history
Update for readthedocs
  • Loading branch information
LuoXueling authored Sep 25, 2024
2 parents 15b4dbe + 1f89a6e commit 99ca2c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The package stands on the shoulder of the giants:
1. `tabular_ensemble` can be installed using pypi by running the following command:

```shell
pip install tabensemb
```

2. Place your `.csv` or `.xlsx` file in a `data` subfolder (e.g., `data/sample.csv`), and generate a configuration file in a `configs` subfolder (e.g., `configs/sample.py`), containing the following content
Expand All @@ -70,10 +71,11 @@ cfg = {
}
```

3. Run the experiment using the configuration and the data using `run_sample.sh` that contains
3. Run the experiment using the configuration and the data using
```python
python main.py --base sample --epoch 10
```
where `--base` refers to the configuration file, and additional arguments (such as `--epoch` here) refer to those in `config/default.py`.

See the documentation pages for details.

Expand All @@ -82,5 +84,5 @@ See the documentation pages for details.
If you use this repository, please cite us as:

```text
XXXXXXXXX
(Will be updated after released on arXiv or published)
```
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[options.extras_require]
docs =
sphinx
sphinx_rtd_theme
nbsphinx
pandoc
myst-parser
sphinx_copybutton
sphinx_paramlinks
numpydoc
pydata_sphinx_theme

0 comments on commit 99ca2c8

Please sign in to comment.