mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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…
Reference in New Issue
Block a user