experiment.py 文件源码

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

项目:experiment 作者: darothen 项目源码 文件源码
def create_master(self, var, data=None, **kwargs):
        """ Convenience function to create a master dataset for a
        given experiment.

        Parameters
        ----------
        var : Var or str
            A Var object containing the information about the variable
            being processed or a string indicating its name for inference
            when creating the master dataset
        data : dict (optional, unless var is a string)
            Dictionary of dictionaries/dataset containing the variable data
            to be collected into a master dataset

        Returns
        -------
        A Dataset with all the data, collapsed onto additional dimensions
        for each case in the Experiment.

        """
        return create_master(self, var, data, **kwargs)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号