SuperMario

Results 8 comments of SuperMario

I just downloaded and executed the file and using run as administrator and using my System User name and Password. The PingPower popped up and then after pressing any button...

I tried it on two windows 10 and 8.1 system and after executing using **run as administrator** both: - [PowerPing.exe](https://github.com/Killeroo/PowerPing/releases/download/v1.3.3/PowerPing.exe) - [PowerPing.x86.exe](https://github.com/Killeroo/PowerPing/releases/download/v1.3.3/PowerPing.x86.exe) I'm still facing the following issue and can't...

> Hi, > > If you run the code multiple times, it raises this error, because it doesn't overwrite the data inside a given group contained in the H5 file....

@dvgodoy is there any update from your side?

Hi, still can't solve it after downgrading. Please see the Google [colab notebook](https://colab.research.google.com/drive/1nPWj8zF6M8jIhTYgVuT4wXy6GRCmSmLv?usp=sharing). ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [](https://localhost:8080/#) in 17 name='output')) 18 # Compile the model...

I just checked [low cardinality definition in the database](https://orangematter.solarwinds.com/2021/10/01/what-is-cardinality-in-a-database/) which in short means that _the column contains a lot of **repeats** in its data range_ but imagine I have the...

> Cardinality is the unique number of datas. Cardinality examples. > > [ 0, 0, 0, 0, 0 ] -> cardinality is 1. [ 0, 0, 0, 1, 1 ]...

> > How can I force it to increase it? > > You need to drop low cardinality( lower than cluster size ) columns before use XBOS. For example, you...