__init__.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:physt 作者: janpipek 项目源码 文件源码
def iris_h2(x="sepal_length", y="sepal_width"):
        """Two-dimensional histogram of classical iris data.

        Parameters
        ----------
        x, y : str
            Names of the properties to be histogrammed
            (sepal_length, sepal_width, petal_length, petal_width)
        """
        iris = load_dataset("iris")
        return h2(iris[x], iris[y], "human", 20, name="iris")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号