csaiedu

Results 4 issues of csaiedu

In mgcv in R there is support for Conditional Logisitic using coxph with a special data formatting as per below https://rdrr.io/cran/mgcv/man/coxph.html ``` ## conditional logistic regression models are often estimated...

feature request

Hi, The current package is not compiling due to dependencies not up to date. Are there any plans to upgrade EnergyModels? Thanks

in the last part of the code provided in the example taken from : [https://www.llamaindex.ai/blog/customizing-property-graph-index-in-llamaindex](https://www.llamaindex.ai/blog/customizing-property-graph-index-in-llamaindex) response = query_engine.query("What do you know about Maliek Collins or Darragh O’Brien?") print(str(response)) ``` CypherSyntaxError:...

Hi, Is there a good notebook that explains the contextual added feature particularly the C-top2vec and span functionality? Top2Vec is surprisingly lacking in coverage in the typical tutorial blogs despite...