minor changes

This commit is contained in:
jbsch 2024-10-24 14:58:00 +05:30
parent 97eb853842
commit dcf47d4821

View File

@ -12,7 +12,10 @@ To run these tests, use the following command:
"""
import numpy as np # noqa: F401
from ridge_regression import RidgeRegression # noqa: F401
from machine_learning.ridge_regression.ridge_regression import (
RidgeRegression, # noqa: F401
)
def test_feature_scaling():