Skip to content

Commit

Permalink
Update biased.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 18, 2022
1 parent adf0ec5 commit f64862b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/papierstat/datasets/biased.py
Expand Up @@ -14,16 +14,7 @@

def load_biased(N=250):
"""
Retourne un jeu de données biasés.
Notebooks associés à ce jeu de données :
.. runpython::
:rst:
from papierstat.datasets.documentation import list_notebooks_rst_links
links = list_notebooks_rst_links('lectures', 'biased')
links = [' * %s' % s for s in links]
print('\\n'.join(links))
Retourne un jeu de données biaisé.
:param N: number of observations
:return: :epkg:`pandas:DataFrame`
Expand Down

0 comments on commit f64862b

Please sign in to comment.