jpn-- / larch

Larch: a Python tool for choice modeling
http://larch.newman.me
GNU General Public License v3.0
41 stars 14 forks source link

Having issues working with Larch #16

Closed hamid004 closed 2 years ago

hamid004 commented 2 years ago

Hi jeff, I recently installed larch. Even though it takes some time. I used the format (conda install -c conda-forge/label/cf202003 larch). Now I get an error whenever I tried to use larch.dataframe (df, cg='chosen', crack=TRUE). TYPE ERROR: module object is not callable.. Please whats the problem with this.

jpn-- commented 2 years ago

Capitalization is import in Python. Try larch.DataFrames(df, ch='chosen', crack=True)