| .. 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. |
| |
| |
| GeneralizedLinearRegression |
| ================================================= |
| |
| .. currentmodule:: pyspark.ml.regression |
| |
| .. autoclass:: GeneralizedLinearRegression |
| |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods |
| |
| .. autosummary:: |
| |
| ~GeneralizedLinearRegression.clear |
| ~GeneralizedLinearRegression.copy |
| ~GeneralizedLinearRegression.explainParam |
| ~GeneralizedLinearRegression.explainParams |
| ~GeneralizedLinearRegression.extractParamMap |
| ~GeneralizedLinearRegression.fit |
| ~GeneralizedLinearRegression.fitMultiple |
| ~GeneralizedLinearRegression.getAggregationDepth |
| ~GeneralizedLinearRegression.getFamily |
| ~GeneralizedLinearRegression.getFeaturesCol |
| ~GeneralizedLinearRegression.getFitIntercept |
| ~GeneralizedLinearRegression.getLabelCol |
| ~GeneralizedLinearRegression.getLink |
| ~GeneralizedLinearRegression.getLinkPower |
| ~GeneralizedLinearRegression.getLinkPredictionCol |
| ~GeneralizedLinearRegression.getMaxIter |
| ~GeneralizedLinearRegression.getOffsetCol |
| ~GeneralizedLinearRegression.getOrDefault |
| ~GeneralizedLinearRegression.getParam |
| ~GeneralizedLinearRegression.getPredictionCol |
| ~GeneralizedLinearRegression.getRegParam |
| ~GeneralizedLinearRegression.getSolver |
| ~GeneralizedLinearRegression.getTol |
| ~GeneralizedLinearRegression.getVariancePower |
| ~GeneralizedLinearRegression.getWeightCol |
| ~GeneralizedLinearRegression.hasDefault |
| ~GeneralizedLinearRegression.hasParam |
| ~GeneralizedLinearRegression.isDefined |
| ~GeneralizedLinearRegression.isSet |
| ~GeneralizedLinearRegression.load |
| ~GeneralizedLinearRegression.read |
| ~GeneralizedLinearRegression.save |
| ~GeneralizedLinearRegression.set |
| ~GeneralizedLinearRegression.setAggregationDepth |
| ~GeneralizedLinearRegression.setFamily |
| ~GeneralizedLinearRegression.setFeaturesCol |
| ~GeneralizedLinearRegression.setFitIntercept |
| ~GeneralizedLinearRegression.setLabelCol |
| ~GeneralizedLinearRegression.setLink |
| ~GeneralizedLinearRegression.setLinkPower |
| ~GeneralizedLinearRegression.setLinkPredictionCol |
| ~GeneralizedLinearRegression.setMaxIter |
| ~GeneralizedLinearRegression.setOffsetCol |
| ~GeneralizedLinearRegression.setParams |
| ~GeneralizedLinearRegression.setPredictionCol |
| ~GeneralizedLinearRegression.setRegParam |
| ~GeneralizedLinearRegression.setSolver |
| ~GeneralizedLinearRegression.setTol |
| ~GeneralizedLinearRegression.setVariancePower |
| ~GeneralizedLinearRegression.setWeightCol |
| ~GeneralizedLinearRegression.write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes |
| |
| .. autosummary:: |
| |
| ~GeneralizedLinearRegression.aggregationDepth |
| ~GeneralizedLinearRegression.family |
| ~GeneralizedLinearRegression.featuresCol |
| ~GeneralizedLinearRegression.fitIntercept |
| ~GeneralizedLinearRegression.labelCol |
| ~GeneralizedLinearRegression.link |
| ~GeneralizedLinearRegression.linkPower |
| ~GeneralizedLinearRegression.linkPredictionCol |
| ~GeneralizedLinearRegression.maxIter |
| ~GeneralizedLinearRegression.offsetCol |
| ~GeneralizedLinearRegression.params |
| ~GeneralizedLinearRegression.predictionCol |
| ~GeneralizedLinearRegression.regParam |
| ~GeneralizedLinearRegression.solver |
| ~GeneralizedLinearRegression.tol |
| ~GeneralizedLinearRegression.variancePower |
| ~GeneralizedLinearRegression.weightCol |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods Documentation |
| |
| |
| .. automethod:: clear |
| .. automethod:: copy |
| .. automethod:: explainParam |
| .. automethod:: explainParams |
| .. automethod:: extractParamMap |
| .. automethod:: fit |
| .. automethod:: fitMultiple |
| .. automethod:: getAggregationDepth |
| .. automethod:: getFamily |
| .. automethod:: getFeaturesCol |
| .. automethod:: getFitIntercept |
| .. automethod:: getLabelCol |
| .. automethod:: getLink |
| .. automethod:: getLinkPower |
| .. automethod:: getLinkPredictionCol |
| .. automethod:: getMaxIter |
| .. automethod:: getOffsetCol |
| .. automethod:: getOrDefault |
| .. automethod:: getParam |
| .. automethod:: getPredictionCol |
| .. automethod:: getRegParam |
| .. automethod:: getSolver |
| .. automethod:: getTol |
| .. automethod:: getVariancePower |
| .. automethod:: getWeightCol |
| .. automethod:: hasDefault |
| .. automethod:: hasParam |
| .. automethod:: isDefined |
| .. automethod:: isSet |
| .. automethod:: load |
| .. automethod:: read |
| .. automethod:: save |
| .. automethod:: set |
| .. automethod:: setAggregationDepth |
| .. automethod:: setFamily |
| .. automethod:: setFeaturesCol |
| .. automethod:: setFitIntercept |
| .. automethod:: setLabelCol |
| .. automethod:: setLink |
| .. automethod:: setLinkPower |
| .. automethod:: setLinkPredictionCol |
| .. automethod:: setMaxIter |
| .. automethod:: setOffsetCol |
| .. automethod:: setParams |
| .. automethod:: setPredictionCol |
| .. automethod:: setRegParam |
| .. automethod:: setSolver |
| .. automethod:: setTol |
| .. automethod:: setVariancePower |
| .. automethod:: setWeightCol |
| .. automethod:: write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes Documentation |
| |
| |
| .. autoattribute:: aggregationDepth |
| .. autoattribute:: family |
| .. autoattribute:: featuresCol |
| .. autoattribute:: fitIntercept |
| .. autoattribute:: labelCol |
| .. autoattribute:: link |
| .. autoattribute:: linkPower |
| .. autoattribute:: linkPredictionCol |
| .. autoattribute:: maxIter |
| .. autoattribute:: offsetCol |
| .. autoattribute:: params |
| .. autoattribute:: predictionCol |
| .. autoattribute:: regParam |
| .. autoattribute:: solver |
| .. autoattribute:: tol |
| .. autoattribute:: variancePower |
| .. autoattribute:: weightCol |
| |
| |
| |