mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-24 23:49:47 +00:00
minor changes
This commit is contained in:
parent
97eb853842
commit
dcf47d4821
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user