recarray.round()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.

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

Series.at_time(time, asof=False)

2025-01-10 15:47:30
neural_network.MLPRegressor()
  • References/Python/scikit-learn/API Reference/neural_network

class sklearn.neural_network.MLPRegressor(hidden_layer_sizes=(100, ), activation='relu', solver='adam', alpha=0.0001, batch_size='auto'

2025-01-10 15:47:30
robust.norms.RamsayE()
  • References/Python/Statsmodels/Robust Linear Models

statsmodels.robust.norms.RamsayE class statsmodels.robust.norms.RamsayE(a=0.3)

2025-01-10 15:47:30
reprlib.Repr.maxlist
  • References/Python/Python/Data Types

Repr.maxlist Repr.maxtuple Repr.maxset Repr.maxfrozenset

2025-01-10 15:47:30
Built-in class-based views API
  • References/Python/Django/API/Built-in class-based views API

Class-based views API reference. For introductory material, see the Class-based views topic guide.

2025-01-10 15:47:30
MixedLMResults.cov_params()
  • References/Python/Statsmodels/Linear Mixed Effects Models

statsmodels.regression.mixed_linear_model.MixedLMResults.cov_params

2025-01-10 15:47:30
unittest.TestResult.addError()
  • References/Python/Python/Development Tools

addError(test, err) Called when the test case test raises an unexpected exception. err is a tuple of the form

2025-01-10 15:47:30
static QuantRegResults.HC1_se()
  • References/Python/Statsmodels/Linear Regression

statsmodels.regression.quantile_regression.QuantRegResults.HC1_se

2025-01-10 15:47:30
curses.panel.Panel.replace()
  • References/Python/Python/Operating System

Panel.replace(win) Change the window associated with the panel to the window win.

2025-01-10 15:47:30