NYU-HSRN-Network-Data-Science-Group / AutoZeekWatch

An online, deployable machine learning network intrusion detection system for Zeek.
MIT License
3 stars 0 forks source link

Forcing dytpe of np array #14

Closed olive-jy-song closed 9 months ago

olive-jy-song commented 9 months ago

hello.

when converting the transformed df to numpy, please do so by forcing a dtype of np.float32. In other words, please do 'np_arr = new_df.to_numpy(dtype=np.float32)'

a runnable version with the forcing is currently available in the debug branch.

zoe70416 commented 9 months ago

done