42-AI / bootcamp_machine-learning

Bootcamp to learn basics in Machine Learning
Other
205 stars 41 forks source link

Module 03 - ex02 - Scale - results of our functions are different, need to tick the eps parameter #155

Closed madvid closed 2 years ago

madvid commented 2 years ago

The tests in the scale is not given with the value of epsilon, thus the result will be different and can lead to consider the exercise as false.

Objective:

Precise the eps must be 1e-15 and verify we get the same result using one of the script in bootcamp_machine-learning_solution

Fixed on:

madvid commented 2 years ago

Issue will be fix in the issue 40 in the project scale_correction_python_ml