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

↓ 10 callersMethoddraw
(self)
source/predictive_maintenance/pandas/plotting/_core.py:244
↓ 10 callersMethodduplicated
Return boolean Series denoting duplicate rows, optionally only considering certain columns. Parameters ----------
source/predictive_maintenance/pandas/core/frame.py:4639
↓ 10 callersMethodequals
Determines if two MultiIndex objects have the same labeling information (the levels themselves do not necessarily have to be the same
source/predictive_maintenance/pandas/core/indexes/multi.py:2819
↓ 10 callersMethodfit
Least squares fit to data. Return a series instance that is the least squares fit to the data `y` sampled at `x`. The domain of the r
source/predictive_maintenance/numpy/polynomial/_polybase.py:796
↓ 10 callersMethodfoo
(*args)
source/predictive_maintenance/numpy/core/tests/test_errstate.py:33
↓ 10 callersMethodfrom_items
Construct a DataFrame from a list of tuples. .. deprecated:: 0.23.0 `from_items` is deprecated and will be removed in a fu
source/predictive_maintenance/pandas/core/frame.py:1744
↓ 10 callersMethodget_chunk
Reads lines from Stata file and returns as dataframe Parameters ---------- size : int, defaults to None
source/predictive_maintenance/pandas/io/stata.py:1444
↓ 10 callersMethodget_csv_refdf
Obtain the reference data from read_csv with the Python engine. Parameters ---------- basename : str Fi
source/predictive_maintenance/pandas/tests/io/test_excel.py:64
↓ 10 callersMethodget_dummies
(self, sep='|')
source/predictive_maintenance/pandas/core/strings.py:2747
↓ 10 callersMethodget_kwargs_from_breaks
converts intervals in breaks format to a dictionary of kwargs to specific to the format expected by IntervalIndex.from_arrays
source/predictive_maintenance/pandas/tests/indexes/interval/test_construction.py:170
↓ 10 callersMethodget_values
return an internal format, currently just the ndarray this is often overridden to handle to_dense like operations
source/predictive_maintenance/pandas/core/internals/blocks.py:175
↓ 10 callersFunctiongisnan
like isnan, but always raise an error if type not supported instead of returning a TypeError object. Notes ----- isnan and other ufun
source/predictive_maintenance/numpy/testing/_private/utils.py:99
↓ 10 callersMethodgroups
return a list of all the top-level nodes (that are not themselves a pandas storage object)
source/predictive_maintenance/pandas/io/pytables.py:1093
↓ 10 callersMethodharden_mask
Force the mask to hard. Whether the mask of a masked array is hard or soft is determined by its `hardmask` property. `harden
source/predictive_maintenance/numpy/ma/core.py:3481
↓ 10 callersFunctionhistogram2d
Compute the bi-dimensional histogram of two data samples. Parameters ---------- x : array_like, shape (N,) An array containi
source/predictive_maintenance/numpy/lib/twodim_base.py:572
↓ 10 callersMethodholidays
Returns a curve with holidays between start_date and end_date Parameters ---------- start : starting date, datetime-
source/predictive_maintenance/pandas/tseries/holiday.py:364
↓ 10 callersFunctionin1d
Test whether each element of an array is also present in a second array. The output is always a masked array. See `numpy.in1d` for more
source/predictive_maintenance/numpy/ma/extras.py:1125
↓ 10 callersMethodindex
(self)
source/predictive_maintenance/pandas/core/apply.py:94
↓ 10 callersFunctionintersect1d
Find the intersection of two arrays. Return the sorted, unique values that are in both of the input arrays. Parameters ----------
source/predictive_maintenance/numpy/lib/arraysetops.py:338
↓ 10 callersFunctionis_array_like
Check if the object is array-like. For an object to be considered array-like, it must be list-like and have a `dtype` attribute. Pa
source/predictive_maintenance/pandas/core/dtypes/inference.py:304
↓ 10 callersFunctionis_categorical
Check whether an array-like is a Categorical instance. Parameters ---------- arr : array-like The array-like to check.
source/predictive_maintenance/pandas/core/dtypes/common.py:262
↓ 10 callersMethodis_consolidated
Return True if more than one block with the same dtype
source/predictive_maintenance/pandas/core/internals/managers.py:591
↓ 10 callersFunctionis_datetime_or_timedelta_dtype
Check whether the provided array or dtype is of a timedelta64 or datetime64 dtype. Parameters ---------- arr_or_dtype : array-li
source/predictive_maintenance/pandas/core/dtypes/common.py:1198
↓ 10 callersFunctionis_hashable
Return True if hash(obj) will succeed, False otherwise. Some types will pass a test against collections.Hashable but fail when they are actua
source/predictive_maintenance/pandas/core/dtypes/inference.py:438
↓ 10 callersMethodis_object
(self)
source/predictive_maintenance/pandas/core/indexes/base.py:1681
↓ 10 callersFunctionisfileobj
(f)
source/predictive_maintenance/numpy/compat/py3k.py:43
↓ 10 callersMethodlstrip
(self, to_strip=None)
source/predictive_maintenance/pandas/core/strings.py:2731
↓ 10 callersMethodmakegen
(self)
source/predictive_maintenance/numpy/core/tests/test_numeric.py:912
↓ 10 callersMethodmapparms
Return the mapping parameters. The returned values define a linear map ``off + scl*x`` that is applied to the input arguments before
source/predictive_maintenance/numpy/polynomial/_polybase.py:664
↓ 10 callersFunctionmaximum_fill_value
Return the minimum value that can be represented by the dtype of an object. This function is useful for calculating a fill value suitable fo
source/predictive_maintenance/numpy/ma/core.py:357
↓ 10 callersFunctionmeshgrid
Return coordinate matrices from coordinate vectors. Make N-D coordinate arrays for vectorized evaluations of N-D scalar/vector fields ov
source/predictive_maintenance/numpy/lib/function_base.py:4079
↓ 10 callersFunctionminimum_fill_value
Return the maximum value that can be represented by the dtype of an object. This function is useful for calculating a fill value suitable fo
source/predictive_maintenance/numpy/ma/core.py:306
↓ 10 callersFunctionna_value_for_dtype
Return a dtype compat na value Parameters ---------- dtype : string / dtype compat : boolean, default True Returns ----
source/predictive_maintenance/pandas/core/dtypes/missing.py:478
↓ 10 callersFunctionnew_fcompiler
Generate an instance of some FCompiler subclass for the supplied platform/compiler combination.
source/predictive_maintenance/numpy/distutils/fcompiler/__init__.py:865
↓ 10 callersMethodpaths
Apply glob to paths and prepend local_path if needed. Applies glob.glob(...) to each path in the sequence (if needed) and pre-pends t
source/predictive_maintenance/numpy/distutils/misc_util.py:1403
↓ 10 callersFunctionpolyadd
Add one polynomial to another. Returns the sum of two polynomials `c1` + `c2`. The arguments are sequences of coefficients from lowest
source/predictive_maintenance/numpy/polynomial/polynomial.py:208
↓ 10 callersFunctionpolymulx
Multiply a polynomial by x. Multiply the polynomial `c` by x, where x is the independent variable. Parameters ---------- c : ar
source/predictive_maintenance/numpy/polynomial/polynomial.py:298
↓ 10 callersFunctionpower
Returns element-wise base array raised to power from second array. This is the masked array version of `numpy.power`. For details see `n
source/predictive_maintenance/numpy/ma/core.py:6633
↓ 10 callersMethodread_data
(self, datapath, name, dedupe=False)
source/predictive_maintenance/pandas/tests/reshape/merge/test_merge_asof.py:13
↓ 10 callersMethodreal
Return the real value of vector.
source/predictive_maintenance/pandas/core/series.py:758
↓ 10 callersMethodremove_unused_categories
Removes categories which are not used. Parameters ---------- inplace : boolean (default: False) Whether o
source/predictive_maintenance/pandas/core/arrays/categorical.py:1097
↓ 10 callersMethodreorder_categories
Reorders categories as specified in new_categories. `new_categories` need to include all old categories and no new category
source/predictive_maintenance/pandas/core/arrays/categorical.py:951
↓ 10 callersMethodreset
Reset the option store to its initial state Returns ------- None
source/predictive_maintenance/pandas/plotting/_style.py:141
↓ 10 callersMethodselect_as_multiple
Retrieve pandas objects from multiple tables Parameters ---------- keys : a list of the tables selector : the table
source/predictive_maintenance/pandas/io/pytables.py:778
↓ 10 callersMethodset_fill_value
Set the filling value of the masked array. Parameters ---------- value : scalar, optional The new fillin
source/predictive_maintenance/numpy/ma/core.py:3621
↓ 10 callersMethodsetup_indices
(self)
source/predictive_maintenance/pandas/tests/indexes/common.py:27
↓ 10 callersMethodslice_locs
For an ordered MultiIndex, compute the slice locations for input labels. The input labels can be tuples representing partial
source/predictive_maintenance/pandas/core/indexes/multi.py:2251
↓ 10 callersMethodsort_values
Return a sorted copy of the index. Return a sorted copy of the index, and optionally return the indices that sorted the inde
source/predictive_maintenance/pandas/core/indexes/base.py:4185
↓ 10 callersFunctiontile
Construct an array by repeating A the number of times given by reps. If `reps` has length ``d``, the result will have dimension of ``max
source/predictive_maintenance/numpy/lib/shape_base.py:1155
↓ 10 callersFunctiontimer
(s, v='', nloop=500, nrep=3)
source/predictive_maintenance/numpy/ma/bench.py:41
↓ 10 callersMethodto_numpy
Convert the PandasArray to a :class:`numpy.ndarray`. By default, this requires no coercion or copying of data. Parameters
source/predictive_maintenance/pandas/core/arrays/numpy_.py:403
↓ 10 callersFunctiontrapz
Integrate along the given axis using the composite trapezoidal rule. Integrate `y` (`x`) along given axis. Parameters ----------
source/predictive_maintenance/numpy/lib/function_base.py:3983
↓ 10 callersMethodunique
(self, level=None)
source/predictive_maintenance/pandas/core/indexes/base.py:1999
↓ 10 callersFunctionvalid_httpurl
()
source/predictive_maintenance/numpy/lib/tests/test__datasource.py:75
↓ 10 callersFunctionvalid_textfile
(filedir)
source/predictive_maintenance/numpy/lib/tests/test__datasource.py:60
↓ 9 callersFunctionPyArray_DIM
source/predictive_maintenance/numpy/core/include/numpy/ndarraytypes.h:1499
↓ 9 callersFunction_broadcast_shape
Returns the shape of the arrays that would result from broadcasting the supplied arrays against each other.
source/predictive_maintenance/numpy/lib/stride_tricks.py:185
↓ 9 callersMethod_check_all_fields
(self, periodindex)
source/predictive_maintenance/pandas/tests/indexes/period/test_period.py:281
↓ 9 callersMethod_check_data
Check each axes has identical lines Parameters ---------- xp : matplotlib Axes object rs : matplotlib Axes o
source/predictive_maintenance/pandas/tests/plotting/common.py:121
↓ 9 callersMethod_collapse
A convenience function for operations that want to collapse to a scalar like _align, but are using keepdims=True
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:255
↓ 9 callersMethod_constructor
(self)
source/predictive_maintenance/pandas/core/arrays/categorical.py:453
↓ 9 callersMethod_downsample
(self, f)
source/predictive_maintenance/pandas/core/resample.py:303
↓ 9 callersMethod_get_ax
(self, i)
source/predictive_maintenance/pandas/plotting/_core.py:625
↓ 9 callersFunction_get_handle
Get file handle for given path/buffer and mode. Parameters ---------- path_or_buf : a path (str) or buffer mode : str
source/predictive_maintenance/pandas/io/common.py:314
↓ 9 callersMethod_get_plane_axes
Get my plane axes indexes: these are already (as compared with higher level planes), as we are returning a DataFrame axes.
source/predictive_maintenance/pandas/core/panel.py:395
↓ 9 callersMethod_get_row
(self)
source/predictive_maintenance/pandas/io/sas/sas_xport.py:259
↓ 9 callersMethod_maybe_update_cacher
See if we need to update our parent cacher if clear, then clear our cache. Parameters ---------- clear : boo
source/predictive_maintenance/pandas/core/generic.py:3115
↓ 9 callersFunction_realType
(t, default=double)
source/predictive_maintenance/numpy/linalg/linalg.py:134
↓ 9 callersMethod_reindex_with_indexers
allow_dups indicates an internal call here
source/predictive_maintenance/pandas/core/generic.py:4469
↓ 9 callersMethod_set_binner
Setup our binners. Cache these as we are an immutable object
source/predictive_maintenance/pandas/core/resample.py:165
↓ 9 callersMethod_simple_new
Construct from an IntervalArray Parameters ---------- array : IntervalArray name : str Attached
source/predictive_maintenance/pandas/core/indexes/interval.py:156
↓ 9 callersFunction_skip_if_no_scipy_gaussian_kde
()
source/predictive_maintenance/pandas/tests/plotting/common.py:31
↓ 9 callersMethod_to_dict_of_blocks
Return a dict of dtype -> Constructor Types that each is a homogeneous dtype. Internal ONLY
source/predictive_maintenance/pandas/core/generic.py:5571
↓ 9 callersMethod_validate_sort_keyword
(self, sort)
source/predictive_maintenance/pandas/core/indexes/base.py:2249
↓ 9 callersFunction_wrap_results
wrap our results if needed
source/predictive_maintenance/pandas/core/nanops.py:276
↓ 9 callersMethodadd_data_files
Add data files to configuration data_files. Parameters ---------- files : sequence Argument(s) can be either
source/predictive_maintenance/numpy/distutils/misc_util.py:1184
↓ 9 callersMethodadd_include_dirs
Add paths to configuration include directories. Add the given sequence of paths to the beginning of the include_dirs list. This list
source/predictive_maintenance/numpy/distutils/misc_util.py:1353
↓ 9 callersMethodadd_tmp
Add a temporary variable to the scope. Parameters ---------- value : object An arbitrary object to be assigned to
source/predictive_maintenance/pandas/core/computation/scope.py:261
↓ 9 callersMethodarea
Draw a stacked area plot. An area plot displays quantitative data visually. This function wraps the matplotlib area function
source/predictive_maintenance/pandas/plotting/_core.py:3315
↓ 9 callersFunctionasanyarray
Convert the input to a masked array, conserving subclasses. If `a` is a subclass of `MaskedArray`, its class is conserved. No copy is pe
source/predictive_maintenance/numpy/ma/core.py:7774
↓ 9 callersMethodastype
(self, dtype)
source/predictive_maintenance/pandas/core/sparse/frame.py:350
↓ 9 callersMethodbarh
Make a horizontal bar plot. A horizontal bar plot is a plot that presents quantitative data with rectangular bars with lengt
source/predictive_maintenance/pandas/plotting/_core.py:3093
↓ 9 callersFunctionbuild_table_schema
Create a Table schema from ``data``. Parameters ---------- data : Series, DataFrame index : bool, default True Whether t
source/predictive_maintenance/pandas/io/json/table_schema.py:183
↓ 9 callersMethodceil
(self, freq, ambiguous='raise', nonexistent='raise')
source/predictive_maintenance/pandas/core/arrays/datetimelike.py:317
↓ 9 callersMethodcheck_libs
If static or shared libraries are available then return their info dictionary. Checks for all libraries as shared libraries first, th
source/predictive_maintenance/numpy/distutils/system_info.py:771
↓ 9 callersMethodcheck_pickling
(self, dtype)
source/predictive_maintenance/numpy/core/tests/test_dtype.py:860
↓ 9 callersMethodcheck_roundtrips
(self, a)
source/predictive_maintenance/numpy/lib/tests/test_io.py:122
↓ 9 callersFunctionchoose
Use an index array to construct a new array from a set of choices. Given an array of integers and a set of n choice arrays, this method
source/predictive_maintenance/numpy/ma/core.py:7161
↓ 9 callersFunctioncompare_methods
(methodname, args, vars='x', nloop=500, test=True, xs=xs, nmxs=nmxs, xl=xl, nmxl=nmxl)
source/predictive_maintenance/numpy/ma/bench.py:72
↓ 9 callersFunctionconvert
(name, locals=locals, formatarg=formatarg, formatvalue=formatvalue)
source/predictive_maintenance/numpy/compat/_inspect.py:184
↓ 9 callersFunctionconvert_pandas_type_to_json_field
(arr, dtype=None)
source/predictive_maintenance/pandas/io/json/table_schema.py:92
↓ 9 callersMethoddates
Calculate holidays observed between start date and end date Parameters ---------- start_date : starting date, dateti
source/predictive_maintenance/pandas/tseries/holiday.py:192
↓ 9 callersFunctiondelete
Return a new array with sub-arrays along an axis deleted. For a one dimensional array, this returns those entries not returned by `arr[ob
source/predictive_maintenance/numpy/lib/function_base.py:4221
↓ 9 callersFunctionediff1d
Compute the differences between consecutive elements of an array. This function is the equivalent of `numpy.ediff1d` that takes masked v
source/predictive_maintenance/numpy/ma/extras.py:1013
↓ 9 callersMethodeffective_dtype
(self, dtype)
source/predictive_maintenance/pandas/tests/reshape/test_reshape.py:39
↓ 9 callersFunctionf2
(x)
source/predictive_maintenance/pandas/tests/groupby/test_groupby.py:308
↓ 9 callersMethodformat
(self, space=2, sparsify=None, adjoin=True, names=False, na_rep=None, formatter=None)
source/predictive_maintenance/pandas/core/indexes/multi.py:953
↓ 9 callersMethodget_distribution
Return the distutils distribution object for self.
source/predictive_maintenance/numpy/distutils/misc_util.py:882
↓ 9 callersFunctionget_linalg_error_extobj
(callback)
source/predictive_maintenance/numpy/linalg/linalg.py:111
↓ 9 callersFunctionget_masked_subclass
Return the youngest subclass of MaskedArray from a list of (masked) arrays. In case of siblings, the first listed takes over.
source/predictive_maintenance/numpy/ma/core.py:640
← previousnext →1,101–1,200 of 27,130, ranked by callers