IP Library Granted Patent US 11,526,471
Granted Patent B2
US 11,526,471 · App. 17/093,381 · Granted Dec 13, 2022

Model object management and storage system

Inventors: David Lisuk (New York, NY); Daniel Erenrich (Mountain View, CA); Guodong Xu (Shoreline, WA); Luis Voloch (Brooklyn, NY); Rahul Agarwal (New York, NY); Simon Slowik (London, GB); Aleksandr Zamoshchin (San Francisco, CA); Andre Frederico Cavalheiro Menck (New York, NY); Anirvan Mukherjee (New York, NY); Daniel Chin (Mountain View, CA)
Assignee: Palantir Technologies Inc.
G06F16/1873G06F16/13G06F16/196G06F30/00G06N7/00G06F2111/20
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,526,471
App. No.
17/093,381
Granted
Dec 13, 2022
Kind
B2
Abstract

A model management system provides a centralized repository for storing and accessing models. The model management system receives an input to store a model object in a first model state generated based on a first set of known variables. The model management system generates a first file including a first set of functions defining the first model state and associates the first file with a model key identifying the model object. The model management system receives an input to store the model object in a second model state having been generated based on the first model state and a second set of known variables. The model management system generates a second file including a second set of functions defining the second model state and associates the second file with the model key. The model management system identifies available versions of the model object based on the model key.

Claims (73)

1. A model management system comprising:

one or more computer processors; and

one or more computer-readable mediums storing instructions that, when executed by the one or more computer processors, cause the model management system to perform operations comprising:

receiving an input to access a model object, the input received via a model management interface provided by a client device;

identifying, based on a model key associated with the model object, a set of available versions of the model object, the set of available versions of the model object including a first model state and a second model state associated with the model key, the first model state having been generated based on a first set of known variables, and the second model state having been generated based on the model object in the first model state and a second set of known variables, the second set of known variables being different than the first set of known variables; and

updating the model management interface provided by the client device based on the set of available versions of the model object, the updating causing presentation of data identifying the set of available versions of the model object including the first model state and the second model state.

2. The model management system of claim 1 , the operations further comprising:

receiving an input to store the model object in the first model state;

generating a first file including a first set of functions defining the first model state;

associating the first file with the model key identifying the model object;

receiving an input to store the model object in the second model state;

generating a second file including a second set of functions defining the second model state; and

associating the second file with the model key identifying the model object.

3. The model management system of claim 2 , the operations further comprising:

generating the first set of functions based on the first set of known variables, the first set of functions including a first parameter; and

generating the second set of functions based on the first model state and the second set of known variables, the second set of functions including an updated first parameter that is different than the first parameter.

4. The model management system of claim 3 , the operations further comprising:

receiving an input to evaluate performance of the model object; and

generating a report based on the first set of functions and the second set of functions, the report indicating a change between the first parameter and the updated first parameter.

5. The model management system of claim 3 , the operations further comprising:

generating a third set of functions based on the second model state and a third set of known variables, the third set of functions defining a third model state of the model object and including a second updated first parameter that is different than the updated first parameter.

6. The model management system of claim 5 , the operations further comprising:

receiving an input to store the model object in the third model state;

generating a third file including the third set of functions defining the third model state; and

associating the third file with the model key identifying the model object.

7. The model management system of claim 1 , wherein the first file and the second file are both JavaScript Object Notation files.

8. A method comprising:

receiving an input to access a model object, the input received via a model management interface provided by a client device;

identifying, based on a model key associated with the model object, a set of available versions of the model object, the set of available versions of the model object including a first model state and a second model state associated with the model key, the first model state having been generated based on a first set of known variables, and the second model state having been generated based on the model object in the first model state and a second set of known variables, the second set of known variables being different than the first set of known variables; and

updating the model management interface provided by the client device based on the set of available versions of the model object, the updating causing presentation of data identifying the set of available versions of the model object including the first model state and the second model state.

9. The method of claim 8 , further comprising:

receiving an input to store the model object in the first model state;

generating a first file including a first set of functions defining the first model state;

associating the first file with the model key identifying the model object;

receiving an input to store the model object in the second model state;

generating a second file including a second set of functions defining the second model state; and

associating the second file with the model key identifying the model object.

10. The method of claim 9 , further comprising:

generating the first set of functions based on the first set of known variables, the first set of functions including a first parameter; and

generating the second set of functions based on the first model state and the second set of known variables, the second set of functions including an updated first parameter that is different than the first parameter.

11. The method of claim 10 , further comprising:

receiving an input to evaluate performance of the model object; and

generating a report based on the first set of functions and the second set of functions, the report indicating a change between the first parameter and the updated first parameter.

12. The method of claim 10 , further comprising:

generating a third set of functions based on the second model state and a third set of known variables, the third set of functions defining a third model state of the model object and including a second updated first parameter that is different than the updated first parameter.

13. The method of claim 12 , further comprising:

receiving an input to store the model object in the third model state;

generating a third file including the third set of functions defining the third model state; and

associating the third file with the model key identifying the model object.

14. The method of claim 8 , wherein the first file and the second file are both JavaScript Object Notation files.

15. A non-transitory computer-readable medium storing instructions that, when executed by one or more computer processors of a model management system, cause the model management system to perform operations comprising:

receiving an input to access a model object, the input received via a model management interface provided by a client device;

identifying, based on a model key associated with the model object, a set of available versions of the model object, the set of available versions of the model object including a first model state and a second model state associated with the model key, the first model state having been generated based on a first set of known variables, and the second model state having been generated based on the model object in the first model state and a second set of known variables, the second set of known variables being different than the first set of known variables; and

updating the model management interface provided by the client device based on the set of available versions of the model object, the updating causing presentation of data identifying the set of available versions of the model object including the first model state and the second model state.

16. The non-transitory computer-readable medium of claim 15 , the operations further comprising:

receiving an input to store the model object in the first model state;

generating a first file including a first set of functions defining the first model state;

associating the first file with the model key identifying the model object;

receiving an input to store the model object in the second model state;

generating a second file including a second set of functions defining the second model state; and

associating the second file with the model key identifying the model object.

17. The non-transitory computer-readable medium of claim 16 , the operations further comprising:

generating the first set of functions based on the first set of known variables, the first set of functions including a first parameter; and

generating the second set of functions based on the first model state and the second set of known variables, the second set of functions including an updated first parameter that is different than the first parameter.

18. The non-transitory computer-readable medium of claim 17 , the operations further comprising:

receiving an input to evaluate performance of the model object; and

generating a report based on the first set of functions and the second set of functions, the report indicating a change between the first parameter and the updated first parameter.

19. The non-transitory computer-readable medium of claim 17 , the operations further comprising:

generating a third set of functions based on the second model state and a third set of known variables, the third set of functions defining a third model state of the model object and including a second updated first parameter that is different than the updated first parameter.

20. The non-transitory computer-readable medium of claim 19 , the operations further comprising:

receiving an input to store the model object in the third model state;

generating a third file including the third set of functions defining the third model state; and

associating the third file with the model key identifying the model object.

Assignments (2)
SECURITY INTEREST Recorded Jul 3, 2022
From: PALANTIR TECHNOLOGIES INC.
To: WELLS FARGO BANK, N.A.
Reel/Frame 060572/0506 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 9, 2020
From: LISUK, DAVID; ERENRICH, DANIEL; XU, GUODONG; VOLOCH, LUIS; AGARWAL, RAHUL; SLOWIK, SIMON; ZAMOSHCHIN, ALEKSANDR; MENCK, ANDRE FREDERICO CAVALHEIRO; MUKHERJEE, ANIRVAN; CHIN, DANEIL
To: PALANTIR TECHNOLOGIES INC.
Reel/Frame 054367/0618 →
Continuity (3)
Continuation 15891493 · Feb 8, 2018
Provisional Application 62478372 · Mar 29, 2017
Related Publication 20210056083A1 · Feb 25, 2021
Cited By (1)
US 12,494,975