Mack

Results 23 issues of Mack

Hello, I was using your code and noticed the bash file CLI could use an upgrade for the looping file. I improved that somewhat and created a makefile to make...

Many evaluation scripts rely on communities of nodes, whereas `clusterJaccards` produces output files of edges. It would be useful to have a script that converts between the two.

**Limitation** I love the model building interface `bambi` provides, and I'd like to write a custom backend for a private project. As I understand it, the options for setting a...

I'm getting the following with 0.2.9 (fresh pip install today): ``` python: ffm_als_mcmc.c:172: sparse_fit: Assertion `(sizeof (*w_0) == sizeof (float) ? __finitef (*w_0) : sizeof (*w_0) == sizeof (double) ?...

enhancement

When I try to fit als.FMClassifier with a dense numpy matrix, I get: ``` File "/home/mack/anaconda2/lib/python2.7/site-packages/fastFM/als.py", line 175, in fit order="F") File "/home/mack/anaconda2/lib/python2.7/site-packages/fastFM/validation.py", line 29, in wrapper raise TypeError('A dense...

question

When I do the following: ``` from sklearn import datasets from joypy import joyplot iris = datasets.load_iris() iris_df = pd.DataFrame(iris.data, columns=iris.feature_names) fig, axes = plt.subplots(ncols=2, figsize=(12, 4)) joyplot(iris_df, ax=axes[0]) joyplot(iris_df,...

It appears that `Task`s with no output are supposed to implement a custom `complete()` method, since completion normally means all the output files exist. We should either make the outputs...

From the data, it appears the AMiner group did not perform any name disambiguation. This has led to a dataset with quite a few duplicate author records. This package currently...

enhancement
help wanted

While the AMiner group already has a co-authorship network provided, it unfortunately does not allow for filtering by year ranges, which is a key feature of this library. Therefore it...

enhancement

Should rely on a small portion of the real dataset that is representative in order to test.

enhancement