Hirokazu Takaya

Results 96 comments of Hirokazu Takaya

@shik-design Any updates regarding this issue?

Cf. https://link.medium.com/vZkJGHY62nb

This may be required, but the fucntionality was added with AutoTS package.

Users will specify delay period (lag). Indicator should be delayed.

For more option, `seaborn.pairplot()` is also useful t check whether values are imbalanced or not with histograms. Also, `sizes` (tentative) argument will be added to select the size of groups...

`seaborn-analyzer` package could be used. https://github.com/c60evaporator/seaborn-analyzer

To detect non-linear correlation, `minepy` package can be used. https://minepy.readthedocs.io/en/latest/ New method should detect non-linear correlation when user need to do (`linear=False`).

Memo for visualization (seaborn) https://link.medium.com/lolY32qDDib

Memo regarding coding. ```Python X = snl.records(variables="all", show_figure=False) X = X.drop(["Susceptible", "Confirmed", "Infected", "Recovered", "Fatal", "Date"], axis=1) X = X.apply(lambda x: (x-x.mean())/ x.std(), axis=0).dropna(axis=1) Y = snl.track() Y = Y.loc[Y.Scenario...

Highlight corr and PCA. https://gist.github.com/lisphilar/ac0c0c97d780335c03262d29f2b1e5aa