mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Merge 46359d6b51 into 38bffb154c
This commit is contained in:
commit
26566be856
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ class GPClassification(GP):
|
|||
return GPClassification.from_gp(m)
|
||||
|
||||
def save_model(self, output_filename, compress=True, save_data=True):
|
||||
self._save_model(output_filename, compress=True, save_data=True)
|
||||
self._save_model(output_filename, compress=compress, save_data=save_data)
|
||||
|
||||
@staticmethod
|
||||
def _build_from_input_dict(input_dict, data=None):
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ class GPRegression(GP):
|
|||
return GPRegression.from_gp(m)
|
||||
|
||||
def save_model(self, output_filename, compress=True, save_data=True):
|
||||
self._save_model(output_filename, compress=True, save_data=True)
|
||||
self._save_model(output_filename, compress=compress, save_data=save_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue