-
Hello @MaartenGr,
I've been loving this package so far! It's been extremely useful.
I have an inquiry regarding unexpected behavior in output from topics_over_time(). I've included code and output…
-
Hi,
first of all thank you for the great work :)
Unfortuanatly seed_topic_list is not working properly. I tried the code below (as in your documentation) but I got this error:
--------------------…
-
### Current Behavior
I am running wandb this afternoon, and it's working well. However, in the evening I found the experiment throws refused connection error like below:
```
Exception in thread C…
-
I will maintain in this OP a summary of current proposed syntax as I understand it to be. Note this is not authoritative, subject to change, and it may be inaccurate. Please make comments to discuss.
…
-
Hi all,
I have one question about Biomod2 MaxEnt replicates (NbRunEval argument of BIOMOD_Modeling()). Do they involve different train/test splits or are these models with different covariates?
…
-
Hi Marteen, thanks as always for your great work.
After studying more about BERTopic, I thought the right fit for my massive dataset (2.5plus million tweets) and the objective of my project would …
-
Trying to apply 'bertopic' for topic modeling but cannot load the package. Worked before but failed this time. 'from umap import UMAP' does not work right now. Looks like they changed how to load 'UMA…
-
| --- | --- |
| Bugzilla Link | [342644](https://bugs.eclipse.org/bugs/show_bug.cgi?id=342644) |
| Status | CLOSED FIXED |
| Importance | P3 normal |
| Reported | Apr 12, 2011 17:37 EDT |
| Modif…
-
We talked about specifying a joint prior on the placebo means or treatment effects, then translating it to an induced prior on any parameterization of regression coefficients. The literature calls thi…
-
Hi,
I am going to use online topic modeling.
In order to do this, I train the model using batches of documents in a for loop. Then, I save the model, and load it after getting some new documents to…