| .. Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| .. http://www.apache.org/licenses/LICENSE-2.0 |
| |
| .. Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| |
| LinearRegression |
| ====================================== |
| |
| .. currentmodule:: pyspark.ml.regression |
| |
| .. autoclass:: LinearRegression |
| |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods |
| |
| .. autosummary:: |
| |
| ~LinearRegression.clear |
| ~LinearRegression.copy |
| ~LinearRegression.explainParam |
| ~LinearRegression.explainParams |
| ~LinearRegression.extractParamMap |
| ~LinearRegression.fit |
| ~LinearRegression.fitMultiple |
| ~LinearRegression.getAggregationDepth |
| ~LinearRegression.getElasticNetParam |
| ~LinearRegression.getEpsilon |
| ~LinearRegression.getFeaturesCol |
| ~LinearRegression.getFitIntercept |
| ~LinearRegression.getLabelCol |
| ~LinearRegression.getLoss |
| ~LinearRegression.getMaxBlockSizeInMB |
| ~LinearRegression.getMaxIter |
| ~LinearRegression.getOrDefault |
| ~LinearRegression.getParam |
| ~LinearRegression.getPredictionCol |
| ~LinearRegression.getRegParam |
| ~LinearRegression.getSolver |
| ~LinearRegression.getStandardization |
| ~LinearRegression.getTol |
| ~LinearRegression.getWeightCol |
| ~LinearRegression.hasDefault |
| ~LinearRegression.hasParam |
| ~LinearRegression.isDefined |
| ~LinearRegression.isSet |
| ~LinearRegression.load |
| ~LinearRegression.read |
| ~LinearRegression.save |
| ~LinearRegression.set |
| ~LinearRegression.setAggregationDepth |
| ~LinearRegression.setElasticNetParam |
| ~LinearRegression.setEpsilon |
| ~LinearRegression.setFeaturesCol |
| ~LinearRegression.setFitIntercept |
| ~LinearRegression.setLabelCol |
| ~LinearRegression.setLoss |
| ~LinearRegression.setMaxBlockSizeInMB |
| ~LinearRegression.setMaxIter |
| ~LinearRegression.setParams |
| ~LinearRegression.setPredictionCol |
| ~LinearRegression.setRegParam |
| ~LinearRegression.setSolver |
| ~LinearRegression.setStandardization |
| ~LinearRegression.setTol |
| ~LinearRegression.setWeightCol |
| ~LinearRegression.write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes |
| |
| .. autosummary:: |
| |
| |
| ~LinearRegression.aggregationDepth |
| |
| |
| ~LinearRegression.elasticNetParam |
| |
| |
| ~LinearRegression.epsilon |
| |
| |
| ~LinearRegression.featuresCol |
| |
| |
| ~LinearRegression.fitIntercept |
| |
| |
| ~LinearRegression.labelCol |
| |
| |
| ~LinearRegression.loss |
| |
| |
| ~LinearRegression.maxBlockSizeInMB |
| |
| |
| ~LinearRegression.maxIter |
| |
| |
| ~LinearRegression.params |
| |
| |
| ~LinearRegression.predictionCol |
| |
| |
| ~LinearRegression.regParam |
| |
| |
| ~LinearRegression.solver |
| |
| |
| ~LinearRegression.standardization |
| |
| |
| ~LinearRegression.tol |
| |
| |
| ~LinearRegression.weightCol |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods Documentation |
| |
| |
| .. automethod:: clear |
| .. automethod:: copy |
| .. automethod:: explainParam |
| .. automethod:: explainParams |
| .. automethod:: extractParamMap |
| .. automethod:: fit |
| .. automethod:: fitMultiple |
| .. automethod:: getAggregationDepth |
| .. automethod:: getElasticNetParam |
| .. automethod:: getEpsilon |
| .. automethod:: getFeaturesCol |
| .. automethod:: getFitIntercept |
| .. automethod:: getLabelCol |
| .. automethod:: getLoss |
| .. automethod:: getMaxBlockSizeInMB |
| .. automethod:: getMaxIter |
| .. automethod:: getOrDefault |
| .. automethod:: getParam |
| .. automethod:: getPredictionCol |
| .. automethod:: getRegParam |
| .. automethod:: getSolver |
| .. automethod:: getStandardization |
| .. automethod:: getTol |
| .. automethod:: getWeightCol |
| .. automethod:: hasDefault |
| .. automethod:: hasParam |
| .. automethod:: isDefined |
| .. automethod:: isSet |
| .. automethod:: load |
| .. automethod:: read |
| .. automethod:: save |
| .. automethod:: set |
| .. automethod:: setAggregationDepth |
| .. automethod:: setElasticNetParam |
| .. automethod:: setEpsilon |
| .. automethod:: setFeaturesCol |
| .. automethod:: setFitIntercept |
| .. automethod:: setLabelCol |
| .. automethod:: setLoss |
| .. automethod:: setMaxBlockSizeInMB |
| .. automethod:: setMaxIter |
| .. automethod:: setParams |
| .. automethod:: setPredictionCol |
| .. automethod:: setRegParam |
| .. automethod:: setSolver |
| .. automethod:: setStandardization |
| .. automethod:: setTol |
| .. automethod:: setWeightCol |
| .. automethod:: write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes Documentation |
| |
| |
| .. autoattribute:: aggregationDepth |
| .. autoattribute:: elasticNetParam |
| .. autoattribute:: epsilon |
| .. autoattribute:: featuresCol |
| .. autoattribute:: fitIntercept |
| .. autoattribute:: labelCol |
| .. autoattribute:: loss |
| .. autoattribute:: maxBlockSizeInMB |
| .. autoattribute:: maxIter |
| .. autoattribute:: params |
| .. autoattribute:: predictionCol |
| .. autoattribute:: regParam |
| .. autoattribute:: solver |
| .. autoattribute:: standardization |
| .. autoattribute:: tol |
| .. autoattribute:: weightCol |
| .. autoattribute:: uid |
| |
| |
| |