sklearn.metrics.pairwise.paired_euclidean_distances()
  • References/Python/scikit-learn/API Reference/metrics

sklearn.metrics.pairwise.paired_euclidean_distances(X, Y)

2025-01-10 15:47:30
ftplib.error_proto
  • References/Python/Python/Internet

exception ftplib.error_proto Exception raised when a reply is received from the server that does not fit the response specifications

2025-01-10 15:47:30
getopt.getopt()
  • References/Python/Python/Operating System

getopt.getopt(args, shortopts, longopts=[]) Parses command line options and parameter list. args is the argument list

2025-01-10 15:47:30
DataFrame.reindex_like()
  • References/Python/Pandas/API Reference/DataFrame

DataFrame.reindex_like(other, method=None, copy=True, limit=None, tolerance=None)

2025-01-10 15:47:30
time.time()
  • References/Python/Python/Operating System

time.time() Return the time in seconds since the epoch as a floating point number. Note that even though the time is always

2025-01-10 15:47:30
collections.defaultdict.default_factory
  • References/Python/Python/Data Types

default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to

2025-01-10 15:47:30
Elementary Function
  • References/Python/NumPy/NumPy C-API

There is a general need for looping over not only functions on scalars but also over functions on vectors (or arrays). This concept is realized in Numpy by generalizing the universal functions (ufuncs)

2025-01-10 15:47:30
asyncio.StreamReader.set_transport()
  • References/Python/Python/Inputouput

set_transport(transport) Set the transport.

2025-01-10 15:47:30
Data type routines
  • References/Python/NumPy/Routines

can_cast(from, totype, casting = ) Returns True if cast between data types can occur according to the casting rule. promote_types(type1, type2) Returns the data type with the smallest size and smallest scalar kind to which both type1 and type2 may be safely cast. min_scalar_type(a) For scalar a, returns the data type with the smallest size and smallest scalar kind which can hold its value. result_type(*arrays_and_dtypes) Returns the type that results from applying the NumPy type promotion

2025-01-10 15:47:30
getattr()
  • References/Python/Python/Built-in Functions

getattr(object, name[, default]) Return the value of the named attribute of object. name must be a string

2025-01-10 15:47:30