-
Hi enfantbenidesdieu!,
I run into an issue while importing your package with the code below in Anaconda Spyder IDLE :
> `from` scientisttools import get_eig, get_famd_ind, get_famd_var, get_famd…
-
First of all, I have to say I have only just discovered this package, and it is my favourite of the year so far. Thank you so much for putting it together.
Is there any chance of allowing explorat…
-
Running the exact same code as is shown in the FAMD example in the Project Description leads to an error:
Traceback (most recent call last):
File "famd.py", line 10, in
famd.fit(X)
File…
-
Hi,
I am not able to transform FAMD on "new" data.
Using version 0.13.0.
Please see the following code:
```
import pandas as pd
from prince import MCA, PCA, FAMD
df = pd.DataFrame({'var…
-
This is the error msg I got while doing this: FAMD(hot, sup.var = 7, graph = FALSE, ncp = 25), it traces back to rbind(bary, aux1[[i]]). I wonder if it's because I have a huge df - it's 6000+ rows and…
-
- [x] Compare famd projections with both multi and bi modal
- [x] Compare famd projections with bi modal only
- [x] Compare mca projections with both multi and bi modal
- [x] Compare mca projection…
-
Hi enfantbenidesdieu!
I run into an issue while importing your package with the code below:
`from scientisttools.decomposition import FAMD`
I'm using python 3.11.5
My requirements:
```
…
-
Je l'ai oublié.
-
[inotify with NFS](https://www.google.com/search?q=nfs+inotify)
-
Hi, I was wondering if it makes sense to add the possibility to reconsttuct original observations after using the FAMD() function on a dataset containing both continuous and categorical (integer) valu…