magneticstain / Inquisition

An advanced and versatile open-source network anomaly detection platform
MIT License
8 stars 4 forks source link

SKLearn Library Warning Written to Console #147

Closed magneticstain closed 5 years ago

magneticstain commented 5 years ago

Warning is displayed when running inquisition post-baseline, with baseline mode off.

/usr/local/lib/python3.5/dist-packages/sklearn/svm/base.py:196: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
  "avoid this warning.", FutureWarning)
magneticstain commented 5 years ago

https://machinelearningmastery.com/how-to-fix-futurewarning-messages-in-scikit-learn/