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.

doc_scikit_learn
2017-01-15 04:25:48
Comments
Leave a Comment

Please login to continue.