Infering Emergent Dependency Structures In Survey Responses


Keywords
computational, social, science, decision, trees, machine, learning, cognitive, dissonance
License
MIT-feh
Install
pip install cognet==0.0.206

Documentation

Cognet

cognet logo

Info: Draft link will be posted here
Author: ZeD@UChicago <zed.uchicago.edu>
Description: Application of quasinets (https://pypi.org/project/quasinet/) for analysis of emergent structures in survey responses with application in adversarial contexts.
Documentation: https://zeroknowledgediscovery.github.io/cognet/

Usage:

from cognet.cognet import cognet as cg
from cognet.dataFormatter import dataFormatter
from cognet.model import model


data = dataFormatter(samples=GSSDATA,
            test_size=0.5)