jolars / slopecd

4 stars 2 forks source link

Store reduce X to clusters as sparse matrix #18

Closed Klopfe closed 2 years ago

Klopfe commented 2 years ago

First implementation does not seem better than computing the X[:, cluster] @ sign_w[cluster] each time we need inside the epoch. Maybe my implementation is not optimal yet