issues
search
PacktPublishing
/
Machine-Learning-Engineering-with-Python-Second-Edition
MIT License
189
stars
132
forks
source link
Fix type hints in Chapter02/testing/test_model_performance.py
#71
Open
nimanzik
opened
8 months ago
nimanzik
commented
8 months ago
fix: return type for
test_dataset()
is a 2-tuple of
np.ndarray
fix: use imported
RandomForestClassifier
as
model()
return type
test_dataset()
is a 2-tuple ofnp.ndarray
RandomForestClassifier
asmodel()
return type