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