Skip to content

Commit 33acd4f

Browse files
minor changes
1 parent fff8a43 commit 33acd4f

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In particular, a few ways to contribute to openml-python are:
1515
information, see also [extensions](extensions.md).
1616
- Bug reports. If something doesn't work for you or is cumbersome,
1717
please open a new issue to let us know about the problem.
18-
- [Cite OpenML](https://www.openml.org/cite) if you use it in a
18+
- [Cite OpenML](https://www.openml.org/terms) if you use it in a
1919
scientific publication.
2020
- Visit one of our [hackathons](https://www.openml.org/meet).
2121
- Contribute to another OpenML project, such as [the main OpenML

examples/Advanced/create_upload_tutorial.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
# * A pandas sparse dataframe
2424

2525
# %% [markdown]
26-
# Dataset is a numpy array
27-
# ========================
26+
# ## Dataset is a numpy array
2827
# A numpy array can contain lists in the case of dense data or it can contain
2928
# OrderedDicts in the case of sparse data.
3029
#
@@ -61,7 +60,7 @@
6160
paper_url = "https://web.stanford.edu/~hastie/Papers/LARS/LeastAngle_2002.pdf"
6261

6362
# %% [markdown]
64-
# # Create the dataset object
63+
# ## Create the dataset object
6564
# The definition of all fields can be found in the XSD files describing the
6665
# expected format:
6766
#
@@ -232,8 +231,7 @@
232231
print(f"URL for dataset: {weather_dataset.openml_url}")
233232

234233
# %% [markdown]
235-
# Dataset is a sparse matrix
236-
# ==========================
234+
# ## Dataset is a sparse matrix
237235

238236
# %%
239237
sparse_data = coo_matrix(

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ nav:
6262

6363

6464
- Extensions: extensions.md
65-
- Details: details.md
65+
- Advanced User Guide: details.md
6666
- API: reference/
6767
- Contributing: contributing.md
6868

0 commit comments

Comments
 (0)