MCPcopy Create free account

hub / github.com/awslabs/predictive-maintenance-using-machine-learning / types & classes

Types & classes2,710 in github.com/awslabs/predictive-maintenance-using-machine-learning

↓ 4,802 callersClassDataFrame
Two-dimensional size-mutable, potentially heterogeneous tabular data structure with labeled axes (rows and columns). Arithmetic operations
source/predictive_maintenance/pandas/core/frame.py:290
↓ 4,641 callersClassSeries
One-dimensional ndarray with axis labels (including time series). Labels need not be unique but must be a hashable type. The object supp
source/predictive_maintenance/pandas/core/series.py:102
↓ 1,297 callersClassIndex
Immutable ndarray implementing an ordered, sliceable set. The basic object storing axis labels for all pandas objects. Parameters --
source/predictive_maintenance/pandas/core/indexes/base.py:165
↓ 759 callersClassCategorical
Represents a categorical variable in classic R / S-plus fashion `Categoricals` can only take on only a limited, and usually fixed, number
source/predictive_maintenance/pandas/core/arrays/categorical.py:215
↓ 525 callersClassDatetimeIndex
Immutable ndarray of datetime64 data, represented internally as int64, and which can be boxed to Timestamp objects that are subclasses of dat
source/predictive_maintenance/pandas/core/indexes/datetimes.py:100
↓ 264 callersClassPeriodIndex
Immutable ndarray holding ordinal values indicating regular periods in time such as particular years, quarters, months, etc. Index keys
source/predictive_maintenance/pandas/core/indexes/period.py:75
↓ 249 callersClassSparseArray
An ExtensionArray for storing sparse data. .. versionchanged:: 0.24.0 Implements the ExtensionArray interface. Parameters -
source/predictive_maintenance/pandas/core/arrays/sparse.py:505
↓ 227 callersClassTimedeltaIndex
Immutable ndarray of timedelta64 data, represented internally as int64, and which can be boxed to timedelta objects Parameters -----
source/predictive_maintenance/pandas/core/indexes/timedeltas.py:71
↓ 211 callersClassMultiIndex
A multi-level, or hierarchical, index object for pandas objects. Parameters ---------- levels : sequence of arrays The uniqu
source/predictive_maintenance/pandas/core/indexes/multi.py:123
↓ 209 callersClassCategoricalIndex
Immutable Index implementing an ordered, sliceable set. CategoricalIndex represents a sparsely populated Index with an underlying Categorical
source/predictive_maintenance/pandas/core/indexes/category.py:43
↓ 189 callersClassPanel
Represents wide format panel data, stored as 3-dimensional array. .. deprecated:: 0.20.0 The recommended way to represent 3-D data a
source/predictive_maintenance/pandas/core/panel.py:108
↓ 153 callersClassTextIO
Helper IO class. Writes encode strings to bytes if needed, reads return bytes. This makes it easier to emulate files opened in binary mode
source/predictive_maintenance/numpy/lib/tests/test_io.py:29
↓ 144 callersClassCategoricalDtype
Type for categorical data with the categories and orderedness .. versionchanged:: 0.21.0 Parameters ---------- categories : seq
source/predictive_maintenance/pandas/core/dtypes/dtypes.py:174
↓ 130 callersClassoption_context
Context manager to temporarily set options in the `with` statement context. You need to invoke as ``option_context(pat, val, [(pat, val), ..
source/predictive_maintenance/pandas/core/config.py:377
↓ 127 callersClassSparseDtype
Dtype for data stored in :class:`SparseArray`. This dtype implements the pandas ExtensionDtype interface. .. versionadded:: 0.24.0
source/predictive_maintenance/pandas/core/arrays/sparse.py:47
↓ 118 callersClassRangeIndex
Immutable Index implementing a monotonic integer range. RangeIndex is a memory-saving special case of Int64Index limited to representing
source/predictive_maintenance/pandas/core/indexes/range.py:27
↓ 101 callersClasssuppress_warnings
Context manager and decorator doing much the same as ``warnings.catch_warnings``. However, it also provides a filter mechanism to work a
source/predictive_maintenance/numpy/testing/_private/utils.py:1973
↓ 92 callersClassSparseSeries
Data structure for labeled, sparse floating point data Parameters ---------- data : {array-like, Series, SparseSeries, dict} .. v
source/predictive_maintenance/pandas/core/sparse/series.py:38
↓ 79 callersClassSparseDataFrame
DataFrame containing sparse floating point data in the form of SparseSeries objects Parameters ---------- data : same types as c
source/predictive_maintenance/pandas/core/sparse/frame.py:41
↓ 67 callersClassFloat64Index
source/predictive_maintenance/pandas/core/indexes/numeric.py:312
↓ 66 callersClassBusinessHour
DateOffset subclass representing possibly n business days. .. versionadded:: 0.16.1
source/predictive_maintenance/pandas/tseries/offsets.py:797
↓ 63 callersClassAbstractMethodError
Raise this error instead of NotImplementedError for abstract methods while keeping compatibility with Python 2 and Python 3.
source/predictive_maintenance/pandas/errors/__init__.py:163
↓ 59 callersClassmatrix
matrix(data, dtype=None, copy=True) .. note:: It is no longer recommended to use this class, even for linear algebra. Instead
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:75
↓ 55 callersClassNano
source/predictive_maintenance/pandas/tseries/offsets.py:2398
↓ 54 callersClassInt64Index
source/predictive_maintenance/pandas/core/indexes/numeric.py:185
↓ 53 callersClassDatetimeArray
Pandas ExtensionArray for tz-naive or tz-aware datetime data. .. versionadded:: 0.24.0 .. warning:: DatetimeArray is currently
source/predictive_maintenance/pandas/core/arrays/datetimes.py:213
↓ 46 callersClassIntervalDtype
A Interval duck-typed class, suitable for holding an interval THIS IS NOT A REAL NUMPY DTYPE
source/predictive_maintenance/pandas/core/dtypes/dtypes.py:857
↓ 46 callersClassPeriodDtype
A Period duck-typed class, suitable for holding a period with freq dtype. THIS IS NOT A REAL NUMPY DTYPE, but essentially a sub-class of np.
source/predictive_maintenance/pandas/core/dtypes/dtypes.py:731
↓ 43 callersClassQuarterEnd
DateOffset increments between business Quarter dates. startingMonth = 1 corresponds to dates like 1/31/2007, 4/30/2007, ... startingMont
source/predictive_maintenance/pandas/tseries/offsets.py:1673
↓ 40 callersClassDateOffset
Standard kind of date increment used for a date range. Works exactly like relativedelta in terms of the keyword args you pass in, use of
source/predictive_maintenance/pandas/tseries/offsets.py:110
↓ 40 callersClassLinalgCase
source/predictive_maintenance/numpy/linalg/tests/test_linalg.py:70
↓ 39 callersClassBQuarterEnd
DateOffset increments between business Quarter dates. startingMonth = 1 corresponds to dates like 1/31/2007, 4/30/2007, ... startingMont
source/predictive_maintenance/pandas/tseries/offsets.py:1648
↓ 39 callersClassDatetimeTZDtype
A np.dtype duck-typed class, suitable for holding a custom datetime with tz dtype. THIS IS NOT A REAL NUMPY DTYPE, but essentially a sub
source/predictive_maintenance/pandas/core/dtypes/dtypes.py:577
↓ 38 callersClassExcelFile
Class for parsing tabular excel sheets into DataFrame objects. Uses xlrd. See read_excel for more documentation Parameters ---------
source/predictive_maintenance/pandas/io/excel.py:623
↓ 34 callersClassHDFStore
Dict-like IO interface for storing pandas objects in PyTables either Fixed or Table format. Parameters ---------- path : string
source/predictive_maintenance/pandas/io/pytables.py:414
↓ 34 callersClassUInt64Index
source/predictive_maintenance/pandas/core/indexes/numeric.py:239
↓ 34 callersClassUnpacker
source/predictive_maintenance/pandas/io/packers.py:769
↓ 32 callersClasspoly1d
A one-dimensional polynomial class. A convenience class, used to encapsulate "natural" operations on polynomials so that said operations
source/predictive_maintenance/numpy/lib/polynomial.py:1006
↓ 30 callersClassArrayLike
source/predictive_maintenance/numpy/lib/tests/test_mixins.py:17
↓ 30 callersClassPeriodArray
Pandas ExtensionArray for storing Period data. Users should use :func:`period_array` to create new instances. Parameters ----------
source/predictive_maintenance/pandas/core/arrays/period.py:89
↓ 30 callersClassTimedeltaArray
Pandas ExtensionArray for timedelta data. .. versionadded:: 0.24.0 .. warning:: TimedeltaArray is currently experimental, and i
source/predictive_maintenance/pandas/core/arrays/timedeltas.py:109
↓ 30 callersClassWeek
Weekly offset. Parameters ---------- weekday : int, default None Always generate specific day of week. 0 for Monday
source/predictive_maintenance/pandas/tseries/offsets.py:1300
↓ 28 callersClassIntervalIndex
source/predictive_maintenance/pandas/core/indexes/interval.py:129
↓ 28 callersClassMergeError
Error raised when problems arise during merging due to problems with input data. Subclass of `ValueError`.
source/predictive_maintenance/pandas/errors/__init__.py:144
↓ 28 callersClassPandasArray
A pandas ExtensionArray for NumPy data. .. versionadded :: 0.24.0 This is mostly for internal compatibility, and is not especially
source/predictive_maintenance/pandas/core/arrays/numpy_.py:97
↓ 27 callersClassCustomBusinessHour
DateOffset subclass representing possibly n custom business days. .. versionadded:: 0.18.1
source/predictive_maintenance/pandas/tseries/offsets.py:880
↓ 27 callersClassExtType
ExtType represents ext type in msgpack.
source/predictive_maintenance/pandas/io/msgpack/__init__.py:9
↓ 27 callersClass_MaskedUnaryOperation
Defines masked version of unary operations, where invalid values are pre-masked. Parameters ---------- mufunc : callable
source/predictive_maintenance/numpy/ma/core.py:901
↓ 27 callersClassvectorize
vectorize(pyfunc, otypes=None, doc=None, excluded=None, cache=False, signature=None) Generalized function class. Define a
source/predictive_maintenance/numpy/lib/function_base.py:1879
↓ 26 callersClass_frommethod
Define functions from existing MaskedArray methods. Parameters ---------- methodname : str Name of the method to transform.
source/predictive_maintenance/numpy/ma/core.py:6556
↓ 25 callersClassCompatValidator
source/predictive_maintenance/pandas/compat/numpy/function.py:31
↓ 22 callersClassMinute
source/predictive_maintenance/pandas/tseries/offsets.py:2378
↓ 22 callersClassNumpyVersion
Parse and compare numpy version strings. NumPy has the following versioning scheme (numbers given are examples; they can be > 9) in principle
source/predictive_maintenance/numpy/lib/_version.py:18
↓ 20 callersClassBlockManager
Core internal data structure to implement DataFrame, Series, Panel, etc. Manage a bunch of labeled 2D mixed-type ndarrays. Essentially it's
source/predictive_maintenance/pandas/core/internals/managers.py:43
↓ 20 callersClassGrouper
A Grouper allows the user to specify a groupby instruction for a target object This specification will select a column via the key param
source/predictive_maintenance/pandas/core/groupby/grouper.py:30
↓ 19 callersClassHoliday
Class that defines a holiday with start/end dates and rules for observance.
source/predictive_maintenance/pandas/tseries/holiday.py:124
↓ 18 callersClassExcelWriter
Class for writing DataFrame objects into excel sheets, default is to use xlwt for xls, openpyxl for xlsx. See DataFrame.to_excel for typical
source/predictive_maintenance/pandas/io/excel.py:953
↓ 18 callersClassMonthEnd
DateOffset of one month end.
source/predictive_maintenance/pandas/tseries/offsets.py:941
↓ 18 callersClass_MaskedBinaryOperation
Define masked version of binary operations, where invalid values are pre-masked. Parameters ---------- mbfunc : function
source/predictive_maintenance/numpy/ma/core.py:975
↓ 18 callersClassmemmap
Create a memory-map to an array stored in a *binary* file on disk. Memory-mapped files are used for accessing small segments of large files o
source/predictive_maintenance/numpy/core/memmap.py:25
↓ 17 callersClassFrozenList
Container that doesn't allow setting item *but* because it's technically non-hashable, will be used for lookups, appropriately, etc.
source/predictive_maintenance/pandas/core/indexes/frozen.py:24
↓ 17 callersClassTimeGrouper
Custom groupby class for time-interval grouping. Parameters ---------- freq : pandas date offset or offset alias for identifying bin
source/predictive_maintenance/pandas/core/resample.py:1274
↓ 17 callersClassYearEnd
DateOffset increments between calendar year ends.
source/predictive_maintenance/pandas/tseries/offsets.py:1774
↓ 16 callersClassConfiguration
source/predictive_maintenance/numpy/distutils/misc_util.py:732
↓ 16 callersClassExcelCell
source/predictive_maintenance/pandas/io/formats/excel.py:24
↓ 16 callersClassMilli
source/predictive_maintenance/pandas/tseries/offsets.py:2388
↓ 16 callersClassSemiMonthBegin
Two DateOffset's per month repeating on the first day of the month and day_of_month. .. versionadded:: 0.19.0 Parameters ------
source/predictive_maintenance/pandas/tseries/offsets.py:1240
↓ 16 callersClassSemiMonthEnd
Two DateOffset's per month repeating on the last day of the month and day_of_month. .. versionadded:: 0.19.0 Parameters -------
source/predictive_maintenance/pandas/tseries/offsets.py:1180
↓ 16 callersClassYearBegin
DateOffset increments between calendar year begin dates.
source/predictive_maintenance/pandas/tseries/offsets.py:1783
↓ 16 callersClassfinfo
finfo(dtype) Machine limits for floating point types. Attributes ---------- bits : int The number of bits occupied by t
source/predictive_maintenance/numpy/core/getlimits.py:294
↓ 15 callersClassDay
source/predictive_maintenance/pandas/tseries/offsets.py:2368
↓ 15 callersClassHour
source/predictive_maintenance/pandas/tseries/offsets.py:2373
↓ 15 callersClassIndexCol
an index column description class Parameters ---------- axis : axis which I reference values : the ndarray like c
source/predictive_maintenance/pandas/io/pytables.py:1523
↓ 15 callersClassLinAlgError
Generic Python-exception-derived object raised by linalg functions. General purpose exception class, derived from Python's exception.Excepti
source/predictive_maintenance/numpy/linalg/linalg.py:53
↓ 15 callersClassLineSplitter
Object to split a string at a given delimiter or at given places. Parameters ---------- delimiter : str, int, or sequence of ints, o
source/predictive_maintenance/numpy/lib/_iotools.py:170
↓ 15 callersClassMicro
source/predictive_maintenance/pandas/tseries/offsets.py:2393
↓ 15 callersClassSecond
source/predictive_maintenance/pandas/tseries/offsets.py:2383
↓ 15 callersClassStyler
Helps style a DataFrame or Series according to the data with HTML and CSS. Parameters ---------- data : Series or DataFrame prec
source/predictive_maintenance/pandas/io/formats/style.py:55
↓ 14 callersClassA
source/predictive_maintenance/numpy/core/tests/test_umath.py:1509
↓ 14 callersClassStringConverter
Factory class for function transforming a string into another object (int, float). After initialization, an instance can be called to tr
source/predictive_maintenance/numpy/lib/_iotools.py:493
↓ 13 callersClassBYearEnd
DateOffset increments between business EOM dates.
source/predictive_maintenance/pandas/tseries/offsets.py:1754
↓ 13 callersClassEaster
DateOffset for the Easter holiday using logic defined in dateutil. Right now uses the revised method which is valid in years 1583-4099.
source/predictive_maintenance/pandas/tseries/offsets.py:2181
↓ 13 callersClassQuarterBegin
source/predictive_maintenance/pandas/tseries/offsets.py:1687
↓ 13 callersClassmvoid
Fake a 'void' object to use for masked array with structured dtypes.
source/predictive_maintenance/numpy/ma/core.py:6059
↓ 12 callersClassBQuarterBegin
source/predictive_maintenance/pandas/tseries/offsets.py:1664
↓ 12 callersClassDecimalArray
source/predictive_maintenance/pandas/tests/extension/decimal/array.py:51
↓ 12 callersClassFY5253
Describes 52-53 week fiscal year. This is also known as a 4-4-5 calendar. It is used by companies that desire that their fiscal year alw
source/predictive_maintenance/pandas/tseries/offsets.py:1795
↓ 12 callersClassNameValidator
Object to validate a list of strings to use as field names. The strings are stripped of any non alphanumeric character, and spaces are r
source/predictive_maintenance/numpy/lib/_iotools.py:270
↓ 12 callersClassPhysicalQuantity
source/predictive_maintenance/numpy/core/tests/test_function_base.py:13
↓ 12 callersClassPytestTester
Pytest test runner. This class is made available in ``numpy.testing``, and a test function is typically added to a package's __init__.py
source/predictive_maintenance/numpy/_pytesttester.py:47
↓ 12 callersClassStataReader
source/predictive_maintenance/pandas/io/stata.py:952
↓ 12 callersClassWeekOfMonth
Describes monthly dates like "the Tuesday of the 2nd week of each month". Parameters ---------- n : int week : {0, 1, 2, 3, ...}
source/predictive_maintenance/pandas/tseries/offsets.py:1441
↓ 11 callersClassIndexingError
source/predictive_maintenance/pandas/core/indexing.py:88
↓ 11 callersClassLastWeekOfMonth
Describes monthly dates in last week of month like "the last Tuesday of each month". Parameters ---------- n : int, default 1
source/predictive_maintenance/pandas/tseries/offsets.py:1512
↓ 11 callersClassOptionError
Exception for pandas.options, backwards compatible with KeyError checks
source/predictive_maintenance/pandas/core/config.py:69
↓ 11 callersClassSingleBlockManager
manage a single block with
source/predictive_maintenance/pandas/core/internals/managers.py:1435
↓ 11 callersClasserrstate
errstate(**kwargs) Context manager for floating-point error handling. Using an instance of `errstate` as a context manager allows state
source/predictive_maintenance/numpy/core/numeric.py:2996
↓ 11 callersClasssub
source/predictive_maintenance/numpy/core/tests/test_arrayprint.py:21
↓ 10 callersClassPacker
source/predictive_maintenance/pandas/io/packers.py:753
↓ 10 callersClassPolynomial
A power series class. The Polynomial class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '()'
source/predictive_maintenance/numpy/polynomial/polynomial.py:1614
next →1–100 of 2,710, ranked by callers