hydrastarmaster

Results 7 issues of hydrastarmaster

Traceback (most recent call last): File "cicspwn/cicspwn.py", line 2604, in connect_zOS(results.IP+":"+results.PORT) File "cicspwn/cicspwn.py", line 283, in connect_zOS if not em.is_connected(): File "/usr/local/lib/python2.7/dist-packages/py3270/__init__.py", line 336, in is_connected self.exec_command(b'ignore') File "/usr/local/lib/python2.7/dist-packages/py3270/__init__.py", line...

Hi. I saw the power management MPU6050_PWR_MGMT_1 is fixed at 1: PLL X axis gyro. It would be better to default it at 0: int 8MHz, and add the parametrization,...

Hi, MPU6050 temperature does not match the specific BMP280 temperature measurement. The current calculation for the temperature is: `temp = (rawTemp + 12412.0) / 340.0;` But the datasheet (MPU-6000-Register-Map1.pdf) specifies:...

Problem: The optimal DBSCAN Neighborhood distance could be beyond the 1000-item graph min value. Values external to the graph cannot be saved in the workflow. Case: We are working on...

bug
meal

Use case: We have a model with 200 features. We apply a “Model base imputer (simple tree)” to fill in missing data. Problem: The “Imputer” widget fills in just a...

bug

It would be useful to have a parameter to add a title to the graphs. This need comes from using missigno in a for...in loop, where the graphs are shown...

I have a routine called parallel_process() which updates a df_shared shared dataframe. This works only partially: ``` list_parallel_output_return=\ Parallel(n_jobs=-1, verbose=11, prefer="threads", require='sharedmem')\ (delayed(parallel_process)(this_element) for this_element in all_elements) ``` The parallel...