Erdogan
Erdogan
I added the feature and it is now possible to change the marker-end! See docs [here](https://erdogant.github.io/d3graph/pages/html/Edge%20properties.html#markers). Note that the marker-start and marker-colors are also in this version but are still...
Correct. Edges can now have the marker-end: arrow, stub, circle and square.
Thanks for mentioning this! However, I could not reproduce the issue. I created a graph with almost 10k nodes but I do not see any warnings. Can you show with...
True. it seems that Colab does not like running javascript. I need to look into this. I tried the underneath but did not work. It may give you some hints...
great! very helpful! I will implement your solution.
Not at the moment but that would be really awesome to have! I am going to put it on my wishlist.
True. Normalizing your data can be very beneficial for the end-result. However, it is not always easy to describe (or show) what the "best" normalization is. But you can get...
ok! This [one](https://www.kaggle.com/datasets/tunguz/big-five-personality-test) on kaggle?
Maybe you can use the mapping (output) of Partial Least Squares directly in the `spe_dmodx `function? ``` import pca outliers_spe = pca.spe_dmodx(X, n_std=2) ```
Thank you for pointing this out! The docstrings were accidentally placed at a part that is not visible when generating the documentation pages. See update [here](https://erdogant.github.io/pca/pages/html/pca.pca.html).