pqagent
📁 Contents:
PQagent
Submodules
pqagent.metrics module
pqagent.mlp module
pqagent.pqagent module
pqagent.pqmodel module
PqModel
pqagent.preprocessor module
pqagent.sweeper module
Module contents
Contact
pqagent
pqagent package
pqagent.pqmodel module
View page source
pqagent.pqmodel module
class
pqagent.pqmodel.
PqModel
(
net
:
pqagent.mlp.MLP
)
[source]
Bases:
object
get_parameters
(
)
[source]
get_training_graph
(
metrics=<class
'list'>
,
show_plot:
bool
=
True
)
→
figure
[source]
classmethod
load_model
(
filepath
:
str
)
[source]
property
metrics
net
:
MLP
predict
(
X
:
Tensor
,
*
args
,
**
kwargs
)
→
Tensor
[source]
result
:
Result
save
(
path
:
str
,
*
args
,
**
kwargs
)
→
None
[source]
set_result
(
ray_result
:
Result
)
[source]