New! Use Simple ML for Sheets to apply machine learning to the data in your Google Sheets
Read More
Module: tfdf.keras.wrappers
Stay organized with collections
Save and categorize content based on your preferences.
Wrapper around each learning algorithm.
This file is generated automatically by running the following commands:
bazel build -c opt //tensorflow_decision_forests/keras:wrappers
bazel-bin/tensorflow_decision_forests/keras/wrappers_wrapper_main
> tensorflow_decision_forests/keras/wrappers_pre_generated.py
Please don't change this file directly. Instead, changes the source. The
documentation source is contained in the "GetGenericHyperParameterSpecification"
method of each learner e.g. GetGenericHyperParameterSpecification in
learner/gradient_boosted_trees/gradient_boosted_trees.cc contains the
documentation (and meta-data) used to generate this file.
Classes
class AdvancedArguments
: Advanced control of the model that most users won't need to use.
class CartModel
: Cart learning algorithm.
class DistributedGradientBoostedTreesModel
: Distributed Gradient Boosted Trees learning algorithm.
class GradientBoostedTreesModel
: Gradient Boosted Trees learning algorithm.
class HyperparameterOptimizerModel
: Hyperparameter Optimizer learning algorithm.
class MultiTaskItem
: A single task in a multi-task configuration.
class MultitaskerModel
: Multitasker learning algorithm.
class RandomForestModel
: Random Forest learning algorithm.
Other Members |
TaskType
|
'abstract_model_pb2.Task'
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[],null,["# Module: tfdf.keras.wrappers\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/decision-forests/blob/main/tensorflow_decision_forests/keras/wrappers.py) |\n\nWrapper around each learning algorithm.\n\nThis file is generated automatically by running the following commands:\nbazel build -c opt //tensorflow_decision_forests/keras:wrappers\nbazel-bin/tensorflow_decision_forests/keras/wrappers_wrapper_main \n\n\\\u003e tensorflow_decision_forests/keras/wrappers_pre_generated.py\n\nPlease don't change this file directly. Instead, changes the source. The\ndocumentation source is contained in the \"GetGenericHyperParameterSpecification\"\nmethod of each learner e.g. GetGenericHyperParameterSpecification in\nlearner/gradient_boosted_trees/gradient_boosted_trees.cc contains the\ndocumentation (and meta-data) used to generate this file.\n\nClasses\n-------\n\n[`class AdvancedArguments`](../../tfdf/keras/AdvancedArguments): Advanced control of the model that most users won't need to use.\n\n[`class CartModel`](../../tfdf/keras/wrappers/CartModel): Cart learning algorithm.\n\n[`class DistributedGradientBoostedTreesModel`](../../tfdf/keras/wrappers/DistributedGradientBoostedTreesModel): Distributed Gradient Boosted Trees learning algorithm.\n\n[`class GradientBoostedTreesModel`](../../tfdf/keras/wrappers/GradientBoostedTreesModel): Gradient Boosted Trees learning algorithm.\n\n[`class HyperparameterOptimizerModel`](../../tfdf/keras/wrappers/HyperparameterOptimizerModel): Hyperparameter Optimizer learning algorithm.\n\n[`class MultiTaskItem`](../../tfdf/keras/MultiTaskItem): A single task in a multi-task configuration.\n\n[`class MultitaskerModel`](../../tfdf/keras/wrappers/MultitaskerModel): Multitasker learning algorithm.\n\n[`class RandomForestModel`](../../tfdf/keras/wrappers/RandomForestModel): Random Forest learning algorithm.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Other Members ------------- ||\n|----------|-----------------------------|\n| TaskType | `'abstract_model_pb2.Task'` |\n\n\u003cbr /\u003e"]]