-
My code for train:
```python
def visualizer_hook(umapper, umap_embeddings, labels, split_name, keyname):
logging.info("UMAP plot for the {} split and label set {}".format(split_name, keyname))
…
-
I'm working in Anaconda and even after I did a 'pip install yellowbrick', I am getting an ImportError 'No module named yellowbrick' message.
![image](https://cloud.githubusercontent.com/assets/1197…
-
**Introduction**
CLIQUE is a density-based and grid-based subspace clustering algorithm. Python implementation of the algorithm is required in pyclustering.
**Resources**
1. Lecture: https://www.…
-
Should include fix @mining-visualizer's bug in https://github.com/vipnode/vipnode/issues/58#issuecomment-510695586
Will close this issue when it's done
-
Create a ScoreVisualizer that creates a heatmap color coded confusion matrix showing true label vs. predicted label for multi-class classifiers. Goal of heatmap is to better identify frequently-confus…
-
> Btw I also noticed that the latest version of vipnode does not have those nice instructions about how to get to the web site to add some funds. Maybe put that back in, or put it in the Readme.
…
-
Our code assumes that admin.peers[].id is the enode ID, and comparisons break.
-
We would like to develop a visualizer which can help us understand the state of the current reputation mining cycle. Three things we would like to see:
1. The reputation log entries.
2. The state …
-
Make copy of STRIDE Inpatient 2008-2017 database onto Google BigQuery infrastructure
-
Is this happening for anyone else?
The hourly dataset returns a ~1000% profit, but when I run the trained agent against the daily dataset I see a return of -15-20%
It doesn't appear to be a code…