Capgemini-Invent-France / CarbonAI

Python package to monitor the power consumption of any algorithm
MIT License
46 stars 12 forks source link

'log' is deprecated by the sklearn package in favour of 'log_loss'. #27

Closed pheest closed 2 years ago

pheest commented 2 years ago

This results in numerous warnings "FutureWarning: The loss 'log' was deprecated in v1.1 and will be removed in version 1.3. Use `loss='log_loss'". The issue is applicable only to the 'usage_example.py' application.

Neyri commented 2 years ago

Fixed in #28