
<oml:flow xmlns:oml="http://openml.org/openml">
  <oml:id>2146</oml:id>
<oml:uploader>3229</oml:uploader>
<oml:name>TEST205a98e56csklearn.linear_model._base.LinearRegression</oml:name>
<oml:custom_name>sklearn.LinearRegression</oml:custom_name>
<oml:class_name>sklearn.linear_model._base.LinearRegression</oml:class_name>
<oml:version>1</oml:version>
<oml:external_version>openml==0.16.0,sklearn==1.5.2</oml:external_version>
<oml:description>Ordinary least squares Linear Regression.

LinearRegression fits a linear model with coefficients w = (w1, ..., wp)
to minimize the residual sum of squares between the observed targets in
the dataset, and the targets predicted by the linear approximation.</oml:description>
<oml:upload_date>2026-02-11T18:26:57</oml:upload_date>
<oml:language>English</oml:language>
<oml:dependencies>sklearn==1.5.2
numpy&gt;=1.19.5
scipy&gt;=1.6.0
joblib&gt;=1.2.0
threadpoolctl&gt;=3.1.0</oml:dependencies>
<oml:parameter>
	<oml:name>copy_X</oml:name>
	<oml:data_type>bool</oml:data_type>
	<oml:default_value>true</oml:default_value>
	<oml:description>If True, X will be copied; else, it may be overwritten</oml:description>
</oml:parameter>
<oml:parameter>
	<oml:name>fit_intercept</oml:name>
	<oml:data_type>bool</oml:data_type>
	<oml:default_value>true</oml:default_value>
	<oml:description>Whether to calculate the intercept for this model. If set
    to False, no intercept will be used in calculations
    (i.e. data is expected to be centered)</oml:description>
</oml:parameter>
<oml:parameter>
	<oml:name>n_jobs</oml:name>
	<oml:data_type>int</oml:data_type>
	<oml:default_value>null</oml:default_value>
	<oml:description>The number of jobs to use for the computation. This will only provide
    speedup in case of sufficiently large problems, that is if firstly
    `n_targets &gt; 1` and secondly `X` is sparse or if `positive` is set
    to `True`. ``None`` means 1 unless in a
    :obj:`joblib.parallel_backend` context. ``-1`` means using all
    processors. See :term:`Glossary &lt;n_jobs&gt;` for more details</oml:description>
</oml:parameter>
<oml:parameter>
	<oml:name>positive</oml:name>
	<oml:data_type>bool</oml:data_type>
	<oml:default_value>false</oml:default_value>
	<oml:description>When set to ``True``, forces the coefficients to be positive. This
    option is only supported for dense arrays

    .. versionadded:: 0.24</oml:description>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>scikit-learn</oml:tag>
<oml:tag>sklearn</oml:tag>
<oml:tag>sklearn_1.5.2</oml:tag>
</oml:flow>
