Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.model.model.save_mmm
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
บันทึกออบเจ็กต์โมเดลไปยังเส้นทางไฟล์ pickle
meridian.model.model.save_mmm(
mmm: meridian.model.model.Meridian
,
file_path: str
)
คำเตือน: ยังไม่มีการรับประกันความเข้ากันได้ของไฟล์ไบนารีในอนาคต
เอาต์พุตของฟังก์ชันนี้ เราขอแนะนำให้ใช้ load_mmm()
กับ
ของไลบรารีที่ใช้ในการบันทึกโมเดล
อาร์กิวเมนต์ |
mmm
|
ออบเจ็กต์โมเดลที่จะบันทึก
|
file_path
|
เส้นทางของไฟล์เพื่อบันทึกออบเจ็กต์โมเดลดอง
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-08-21 UTC"],[],["The function `save_mmm` saves a model object to a specified file path using the `pickle` format. The function takes two arguments: the model object (`mmm`) and the file path (`file_path`). It outputs a binary file, but future compatibility is not guaranteed. Users are advised to use the same library version for both saving and loading models. The model object to save and the path for the file are essential.\n"],null,[]]