Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

Loader#

classpyspark.mllib.util.Loader[source]#

Mixin for classes which can load saved models from files.

New in version 1.3.0.

Methods

load(sc, path)

Load a model from the given path.

Methods Documentation

classmethodload(sc,path)[source]#

Load a model from the given path. The model should have beensaved usingSaveable.save().

Parameters
scpyspark.SparkContext

Spark context used for loading model files.

pathstr

Path specifying the directory to which the model was saved.

Returns
object

model instance


[8]ページ先頭

©2009-2025 Movatter.jp