MCPcopy Create free account

hub / github.com/awslabs/predictive-maintenance-using-machine-learning / functions

Functions27,130 in github.com/awslabs/predictive-maintenance-using-machine-learning

↓ 9 callersMethodget_values
Return `Index` data as an `numpy.ndarray`. Returns ------- numpy.ndarray A one-dimensional numpy array o
source/predictive_maintenance/pandas/core/indexes/base.py:3663
↓ 9 callersFunctiongetstrlength
(var)
source/predictive_maintenance/numpy/f2py/capi_maps.py:287
↓ 9 callersFunctiongreater
Return (x1 > x2) element-wise. Unlike `numpy.greater`, this comparison is performed by first stripping whitespace characters from the en
source/predictive_maintenance/numpy/core/defchararray.py:215
↓ 9 callersFunctionhas_vertically_truncated_repr
(df)
source/predictive_maintenance/pandas/tests/io/formats/test_format.py:84
↓ 9 callersMethodintersection
Form the intersection of two Index objects. Parameters ---------- other : Index or array-like sort : False o
source/predictive_maintenance/pandas/core/indexes/range.py:346
↓ 9 callersMethodis_boolean
(self)
source/predictive_maintenance/pandas/core/indexes/base.py:1669
↓ 9 callersMethodis_floating
(self)
source/predictive_maintenance/pandas/core/indexes/base.py:1675
↓ 9 callersMethodis_intent
(self, *names)
source/predictive_maintenance/numpy/f2py/tests/test_array_from_pyobj.py:84
↓ 9 callersFunctionis_sequence
Check if the object is a sequence of objects. String types are not included as sequences here. Parameters ---------- obj : The o
source/predictive_maintenance/pandas/core/dtypes/inference.py:470
↓ 9 callersMethodisdecimal
For each element in `self`, return True if there are only decimal characters in the element. See also --------
source/predictive_maintenance/numpy/core/defchararray.py:2621
↓ 9 callersMethodisdigit
Returns true for each element if all characters in the string are digits and there is at least one character, false otherwise.
source/predictive_maintenance/numpy/core/defchararray.py:2294
↓ 9 callersMethodisnumeric
For each element in `self`, return True if there are only numeric characters in the element. See also --------
source/predictive_maintenance/numpy/core/defchararray.py:2609
↓ 9 callersMethodisspace
Returns true for each element if there are only whitespace characters in the string and there is at least one character, fals
source/predictive_maintenance/numpy/core/defchararray.py:2319
↓ 9 callersMethodmax
The maximum value of the object. Only ordered `Categoricals` have a maximum! Raises ------ TypeError
source/predictive_maintenance/pandas/core/arrays/categorical.py:2201
↓ 9 callersMethodmax
The maximum value of the RangeIndex
source/predictive_maintenance/pandas/core/indexes/range.py:305
↓ 9 callersFunctionmaybe_droplevels
(index, key)
source/predictive_maintenance/pandas/core/indexing.py:2705
↓ 9 callersFunctionmean
Compute the arithmetic mean along the specified axis. Returns the average of the array elements. The average is taken over the flattene
source/predictive_maintenance/numpy/core/fromnumeric.py:3015
↓ 9 callersMethodmin
The minimum value of the object. Only ordered `Categoricals` have a minimum! Raises ------ TypeError
source/predictive_maintenance/pandas/core/arrays/categorical.py:2175
↓ 9 callersMethodminor_xs
Return slice of panel along minor axis. Parameters ---------- key : object Minor axis label Ret
source/predictive_maintenance/pandas/core/panel.py:817
↓ 9 callersFunctionnot_equal
Return (x1 != x2) element-wise. Unlike `numpy.not_equal`, this comparison is performed by first stripping whitespace characters from the
source/predictive_maintenance/numpy/core/defchararray.py:136
↓ 9 callersMethodoverlaps
(self, other)
source/predictive_maintenance/pandas/core/arrays/interval.py:1063
↓ 9 callersMethodpartition
(self, *args, **kwargs)
source/predictive_maintenance/numpy/ma/core.py:5786
↓ 9 callersFunctionraise_with_traceback
(exc, traceback=Ellipsis)
source/predictive_maintenance/pandas/compat/__init__.py:417
↓ 9 callersMethodread_query
Read SQL query into a DataFrame. Parameters ---------- sql : string SQL query to be executed. index_col :
source/predictive_maintenance/pandas/io/sql.py:1055
↓ 9 callersMethodreindex
(self, index=None, method=None, copy=True, limit=None, **kwargs)
source/predictive_maintenance/pandas/core/sparse/series.py:467
↓ 9 callersMethodreplace
replace the to_replace value with value, possible to create new blocks here this is just a call to putmask. regex is not used here. It
source/predictive_maintenance/pandas/core/internals/blocks.py:756
↓ 9 callersMethodrfind
For each element in `self`, return the highest index in the string where substring `sub` is found, such that `sub` is contained
source/predictive_maintenance/numpy/core/defchararray.py:2427
↓ 9 callersMethodroundtrip
save_func : callable Function used to save arrays to file. file_on_disk : bool If true, store the file on dis
source/predictive_maintenance/numpy/lib/tests/test_io.py:74
↓ 9 callersFunctionselect
Return an array drawn from elements in choicelist, depending on conditions. Parameters ---------- condlist : list of bool ndarrays
source/predictive_maintenance/numpy/lib/function_base.py:640
↓ 9 callersMethodset_data
(self, data, dtype=None)
source/predictive_maintenance/pandas/io/pytables.py:1902
↓ 9 callersMethodset_ordered
Sets the ordered attribute to the boolean value Parameters ---------- value : boolean to set whether this categorica
source/predictive_maintenance/pandas/core/arrays/categorical.py:740
↓ 9 callersFunctionsetmesstext
(block)
source/predictive_maintenance/numpy/f2py/crackfortran.py:1798
↓ 9 callersMethodshape
(self)
source/predictive_maintenance/pandas/io/pytables.py:2367
↓ 9 callersFunctionstripcomma
(s)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:741
↓ 9 callersFunctiontake
Take elements from an array. .. versionadded:: 0.23.0 Parameters ---------- arr : sequence Non array-likes (sequences w
source/predictive_maintenance/pandas/core/algorithms.py:1450
↓ 9 callersMethodto_perioddelta
Calculate TimedeltaArray of difference between index values and index converted to PeriodArray at specified freq. Used for ve
source/predictive_maintenance/pandas/core/arrays/datetimes.py:1185
↓ 9 callersMethodunstack
Return a blockmanager with all blocks unstacked. Parameters ---------- unstacker_func : callable A (partially-app
source/predictive_maintenance/pandas/core/internals/managers.py:1396
↓ 9 callersMethodupgrade
Find the best converter for a given string, and return the result. The supplied string `value` is converted by testing different
source/predictive_maintenance/numpy/lib/_iotools.py:745
↓ 9 callersMethodvisit
(self, node)
source/predictive_maintenance/numpy/lib/utils.py:1013
↓ 9 callersFunctionvstack
Stack arrays in sequence vertically (row wise). This is equivalent to concatenation along the first axis after 1-D arrays of shape `(N,)
source/predictive_maintenance/numpy/core/shape_base.py:230
↓ 9 callersFunctionwarn
(arr)
source/predictive_maintenance/numpy/testing/tests/test_utils.py:1265
↓ 9 callersFunctionwriter
(fh)
source/predictive_maintenance/pandas/io/packers.py:147
↓ 8 callersMethod__new__
(self, data, mask=nomask, dtype=None, fill_value=None, hardmask=False, copy=False, subok=True)
source/predictive_maintenance/numpy/ma/core.py:6064
↓ 8 callersMethod__radd__
Return (other + self), that is string concatenation, element-wise for a pair of array_likes of `string_` or `unicode_`. See
source/predictive_maintenance/numpy/core/defchararray.py:2095
↓ 8 callersFunction_arraymethod
Return a class method wrapper around a basic array method. Creates a class method which returns a masked array, where the new ``_data``
source/predictive_maintenance/numpy/ma/core.py:2551
↓ 8 callersMethod_assert_series_equal
Dispatch to series class dependent assertion
source/predictive_maintenance/pandas/tests/series/test_api.py:34
↓ 8 callersFunction_binary_method
Implement a forward binary method with a ufunc, e.g., __add__.
source/predictive_maintenance/numpy/lib/mixins.py:20
↓ 8 callersFunction_block_setup
Returns (`arrays`, list_ndim, result_ndim, final_size)
source/predictive_maintenance/numpy/core/shape_base.py:844
↓ 8 callersMethod_check_align
(self, a, b, axis, fill_axis, how, method, limit=None)
source/predictive_maintenance/pandas/tests/frame/test_axis_select_reindex.py:649
↓ 8 callersMethod_check_colors
Check each artist has expected line colors and face colors Parameters ---------- collections : list-like
source/predictive_maintenance/pandas/tests/plotting/common.py:168
↓ 8 callersMethod_check_compatible_with
(self, other)
source/predictive_maintenance/pandas/core/arrays/period.py:261
↓ 8 callersMethod_check_generated_range
(self, start, freq)
source/predictive_maintenance/pandas/tests/tseries/test_frequencies.py:593
↓ 8 callersFunction_check_join
(left, right, result, join_col, how='left', lsuffix='_x', rsuffix='_y')
source/predictive_maintenance/pandas/tests/reshape/merge/test_join.py:799
↓ 8 callersMethod_check_setitem_copy
Parameters ---------- stacklevel : integer, default 4 the level to show of the stack when the error is output
source/predictive_maintenance/pandas/core/generic.py:3205
↓ 8 callersMethod_compare_with_tz
(self, a, b)
source/predictive_maintenance/pandas/tests/io/test_pytables.py:5422
↓ 8 callersMethod_compile
(self, body, headers, include_dirs, lang)
source/predictive_maintenance/numpy/distutils/command/config.py:104
↓ 8 callersMethod_concat_same_type
(cls, to_concat)
source/predictive_maintenance/pandas/core/arrays/sparse.py:1191
↓ 8 callersMethod_drop_labels_or_levels
Drop labels and/or levels for the given `axis`. For each key in `keys`: - (axis=0): If key matches a column label then dro
source/predictive_maintenance/pandas/core/generic.py:1729
↓ 8 callersMethod_generate_int32_data
(self, n, m)
source/predictive_maintenance/numpy/core/tests/test_numeric.py:1366
↓ 8 callersMethod_generate_range
(cls, start, end, periods, freq, fields)
source/predictive_maintenance/pandas/core/arrays/period.py:222
↓ 8 callersMethod_get_offset_day
(self, other)
source/predictive_maintenance/pandas/tseries/offsets.py:1705
↓ 8 callersMethod_get_sqlite_column_type
(self, table, column)
source/predictive_maintenance/pandas/tests/io/test_sql.py:2122
↓ 8 callersFunction_get_values
utility to get the values view, mask, dtype if necessary copy and mask using the specified fill_value copy = True will force the copy
source/predictive_maintenance/pandas/core/nanops.py:203
↓ 8 callersMethod_get_values
(self, indexer)
source/predictive_maintenance/pandas/core/series.py:975
↓ 8 callersMethod_get_window
(self, other=None)
source/predictive_maintenance/pandas/core/window.py:155
↓ 8 callersFunction_group_selection_context
Set / reset the _group_selection_context.
source/predictive_maintenance/pandas/core/groupby/groupby.py:314
↓ 8 callersFunction_register_type
(machar, bytepat)
source/predictive_maintenance/numpy/core/getlimits.py:92
↓ 8 callersMethod_repr_latex_scalar
(x)
source/predictive_maintenance/numpy/polynomial/_polybase.py:292
↓ 8 callersMethod_reset_cache
Reset cached properties. If ``key`` is passed, only clears that key.
source/predictive_maintenance/pandas/core/base.py:100
↓ 8 callersFunction_to_string_or_unicode_array
Helper function to cast a result back into a string or unicode array if an object array must be used as an intermediary.
source/predictive_maintenance/numpy/core/defchararray.py:71
↓ 8 callersMethod_unpack_cycler
Auxiliary function for correctly unpacking cycler after MPL >= 1.5
source/predictive_maintenance/pandas/tests/plotting/common.py:501
↓ 8 callersMethod_update_inplace
Replace self internals with result. Parameters ---------- verify_is_copy : boolean, default True provide
source/predictive_maintenance/pandas/core/generic.py:3840
↓ 8 callersMethod_validate_index_level
Validate index level. For single-level Index getting level number is a no-op, but some verification must be done like in Mul
source/predictive_maintenance/pandas/core/indexes/base.py:1406
↓ 8 callersMethod_validate_indexer
If we are positional indexer, validate that we have appropriate typed bounds must be an integer.
source/predictive_maintenance/pandas/core/indexes/base.py:4698
↓ 8 callersMethodapply
Applies function along axis (or axes) of the Panel. Parameters ---------- func : function Function to ap
source/predictive_maintenance/pandas/core/panel.py:1000
↓ 8 callersMethodapply
Apply a function column-wise, row-wise, or table-wise, updating the HTML representation with the result. Parameters
source/predictive_maintenance/pandas/io/formats/style.py:565
↓ 8 callersFunctionargsort
Function version of the eponymous method.
source/predictive_maintenance/numpy/ma/core.py:6687
↓ 8 callersFunctionarray
Create a `chararray`. .. note:: This class is provided for numarray backward-compatibility. New code (not concerned with numar
source/predictive_maintenance/numpy/core/defchararray.py:2634
↓ 8 callersFunctionas_array
Create a numpy array from a ctypes array or POINTER. The numpy array shares the memory with the ctypes object. The shape pa
source/predictive_maintenance/numpy/ctypeslib.py:505
↓ 8 callersFunctionassert_interval_array_equal
Test that two IntervalArrays are equivalent. Parameters ---------- left, right : IntervalArray The IntervalArrays to compare.
source/predictive_maintenance/pandas/util/testing.py:1013
↓ 8 callersFunctionassert_no_warnings
Fail if the given callable produces any warnings. If called with all arguments omitted, may be used as a context manager: with asse
source/predictive_maintenance/numpy/testing/_private/utils.py:1760
↓ 8 callersFunctionasstr
(s)
source/predictive_maintenance/numpy/compat/py3k.py:38
↓ 8 callersMethodastype
(self, dtype, copy=True)
source/predictive_maintenance/pandas/core/indexes/category.py:338
↓ 8 callersMethodastype
(self, dtype, copy=True)
source/predictive_maintenance/pandas/core/indexes/numeric.py:325
↓ 8 callersMethodbfill
Synonym for :meth:`DataFrame.fillna` with ``method='bfill'``.
source/predictive_maintenance/pandas/core/generic.py:6141
↓ 8 callersMethodcast_types
(self)
source/predictive_maintenance/numpy/f2py/tests/test_array_from_pyobj.py:162
↓ 8 callersFunctionchebvander
Pseudo-Vandermonde matrix of given degree. Returns the pseudo-Vandermonde matrix of degree `deg` and sample points `x`. The pseudo-Vandermond
source/predictive_maintenance/numpy/polynomial/chebyshev.py:1424
↓ 8 callersFunctioncheck
(b, expected)
source/predictive_maintenance/pandas/tests/io/msgpack/test_extension.py:29
↓ 8 callersMethodcheck_bool
(self, func, value, correct, *args, **kwargs)
source/predictive_maintenance/pandas/tests/test_nanops.py:624
↓ 8 callersFunctioncheck_bool_indexer
(ax, key)
source/predictive_maintenance/pandas/core/indexing.py:2475
↓ 8 callersMethodcheck_decl
(self, symbol, headers=None, include_dirs=None)
source/predictive_maintenance/numpy/distutils/command/config.py:172
↓ 8 callersMethodcheck_like_function
(self, like_function, value, fill_value=False)
source/predictive_maintenance/numpy/core/tests/test_numeric.py:2162
↓ 8 callersFunctioncheck_may_share_memory_exact
(a, b)
source/predictive_maintenance/numpy/core/tests/test_mem_overlap.py:181
↓ 8 callersMethodcheck_ops_properties
(self, props, filter=None, ignore_failures=False)
source/predictive_maintenance/pandas/tests/test_base.py:195
↓ 8 callersFunctionclasses
evaluate if the tipo is a subclass of the klasses
source/predictive_maintenance/pandas/core/dtypes/common.py:117
↓ 8 callersMethodclose
close the handle if its open
source/predictive_maintenance/pandas/io/stata.py:1011
↓ 8 callersFunctioncoerce_indexer_dtype
coerce the indexer input array to the smallest dtype possible
source/predictive_maintenance/pandas/core/dtypes/cast.py:552
↓ 8 callersFunctioncondition
(dtype)
source/predictive_maintenance/pandas/core/dtypes/common.py:634
↓ 8 callersFunctionconsistent_subclass
(out, in_)
source/predictive_maintenance/numpy/linalg/tests/test_linalg.py:27
↓ 8 callersMethodday_name
Return the day names of the DateTimeIndex with specified locale. .. versionadded:: 0.23.0 Parameters ----------
source/predictive_maintenance/pandas/core/arrays/datetimes.py:1244
← previousnext →1,201–1,300 of 27,130, ranked by callers