sklearn.datasets.load_lfw_people¶
Warning
DEPRECATED
- sklearn.datasets.load_lfw_people(*args, **kwargs)[source]¶
DEPRECATED: Function ‘load_lfw_people’ has been deprecated in 0.17 and will be removed in 0.19.Use fetch_lfw_people(download_if_missing=False) instead.
Alias for fetch_lfw_people(download_if_missing=False)
Deprecated since version 0.17: This function will be removed in 0.19. Use sklearn.datasets.fetch_lfw_people with parameter download_if_missing=False instead.
Check fetch_lfw_people.__doc__ for the documentation and parameter list.