JP7183319B2 - Information processing device, prediction method and prediction program - Google Patents

Information processing device, prediction method and prediction program Download PDF

Info

Publication number
JP7183319B2
JP7183319B2 JP2021024408A JP2021024408A JP7183319B2 JP 7183319 B2 JP7183319 B2 JP 7183319B2 JP 2021024408 A JP2021024408 A JP 2021024408A JP 2021024408 A JP2021024408 A JP 2021024408A JP 7183319 B2 JP7183319 B2 JP 7183319B2
Authority
JP
Japan
Prior art keywords
information
project
projects
cost rate
cost
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2021024408A
Other languages
Japanese (ja)
Other versions
JP2022126374A (en
Inventor
景子 小松
浩正 伊藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu FSAS Inc
Original Assignee
Fujitsu FSAS Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu FSAS Inc filed Critical Fujitsu FSAS Inc
Priority to JP2021024408A priority Critical patent/JP7183319B2/en
Publication of JP2022126374A publication Critical patent/JP2022126374A/en
Application granted granted Critical
Publication of JP7183319B2 publication Critical patent/JP7183319B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、情報処理装置等に関する。 The present invention relates to an information processing apparatus and the like.

ある商談(プロジェクト)の発生が認識された後、各種社内手続き・審議工程を経て、契約がなされる。この、商談が認識されてから契約が成立するまでの間に、プロジェクトに関する採算の見積もりが行われる。 After the occurrence of a business negotiation (project) is recognized, a contract is made through various internal procedures and deliberation processes. During this period from the recognition of the deal to the conclusion of the contract, an estimate of the profitability of the project is made.

プロジェクトの採算を見積もる場合には、その商談が受注した暁にプロジェクトを推進する責任者となるプロジェクトマネージャー(PM:Project Manager)が、顧客とのヒアリングやプロジェクトに関するRFP等の資料を確認して、独自に判断し作成している。
社内の各種手続き・審議工程では、過去にプロジェクトマネージャーを多数担ってきた経験豊富な専門家を監査人として、第三者的立場で、プロジェクトマネージャーが独自に作成した見積りを監査している。
When estimating the profitability of a project, the project manager (PM), who is responsible for promoting the project when the business negotiation is accepted, confirms materials such as RFP and interviews with the customer, I make my own judgments.
In various in-house procedures and deliberation processes, an experienced expert who has served as a project manager many times in the past serves as an auditor, and from a third-party perspective, audits the estimate that the project manager independently created.

特開2004-287849号公報JP 2004-287849 A 特開2006-18532号公報JP-A-2006-18532

昨今の経済状況から大型のプロジェクトのみならず、中小規模のプロジェクトが増加しており、各プロジェクトの採算性を適切に予測することが求められている。 Due to the recent economic situation, not only large-scale projects but also small- and medium-sized projects are increasing, and it is required to appropriately predict the profitability of each project.

しかし、専門家の人数が限られているため、プロジェクトの見積もりに関する作業を全て専門家が行うことが困難な場合がある。また、見積もりに失敗して不採算となるプロジェクトを誤って受注してしまう場合もあり得た。 However, due to the limited number of experts, it may be difficult for experts to do all the work related to project estimation. In addition, there is a possibility that an unprofitable project may be accepted by mistake due to a failed estimate.

1つの側面では、本発明は、不採算となるプロジェクトを検知することができる情報処理装置、予測方法および予測プログラムを提供することを目的とする。 In one aspect, an object of the present invention is to provide an information processing device, a prediction method, and a prediction program capable of detecting an unprofitable project.

第1の案では、情報処理装置は、学習部と、予測部とを有する。学習部は、過去に実施したプロジェクトのリスクに関する特徴量であって、プロジェクトで提供するハードウェアの規模、プロジェクトで提供するサービスの内容を含む特徴量と、プロジェクトに関する原価率の実績値との関係を基にして機械学習を実行することでモデルを生成する。予測部は、モデルに、あるプロジェクトの特徴量を入力し、あるプロジェクトの原価率を予測する。 In the first plan, the information processing device has a learning section and a prediction section. The learning part is a characteristic value related to the risk of the project implemented in the past, which includes the scale of the hardware provided in the project and the content of the service provided in the project, and the relationship between the actual value of the cost rate related to the project. Generate a model by performing machine learning based on The prediction unit inputs the feature amount of a certain project into the model and predicts the cost rate of the certain project.

誰もが、不採算となるプロジェクトを検知することができる。 Anyone can detect unprofitable projects.

図1は、本実施例に係るシステムを示す図である。FIG. 1 is a diagram showing a system according to this embodiment. 図2は、プロジェクトの基本情報の一例を示す図である。FIG. 2 is a diagram showing an example of basic information of a project. 図3は、プロジェクトの特徴量情報の一例を示す図である。FIG. 3 is a diagram illustrating an example of feature amount information of a project. 図4は、予測結果の画面情報の一例を示す図である。FIG. 4 is a diagram showing an example of screen information of a prediction result. 図5は、本実施例に係る情報処理装置の構成を示す機能ブロック図である。FIG. 5 is a functional block diagram showing the configuration of the information processing apparatus according to this embodiment. 図6は、履歴データベースのデータ構造の一例を示す図である。FIG. 6 is a diagram showing an example of the data structure of the history database. 図7は、バブルチャートの一例を示す図である。FIG. 7 is a diagram showing an example of a bubble chart. 図8は、本実施例に係る情報処理装置の処理手順を示すフローチャートである。FIG. 8 is a flow chart showing the processing procedure of the information processing apparatus according to this embodiment. 図9は、実施例の情報処理装置と同様の機能を実現するコンピュータのハードウェア構成の一例を示す図である。FIG. 9 is a diagram illustrating an example of a hardware configuration of a computer that implements functions similar to those of the information processing apparatus of the embodiment.

以下に、本願の開示する情報処理装置、予測方法および予測プログラムの実施例を図面に基づいて詳細に説明する。なお、この実施例によりこの発明が限定されるものではない。 Hereinafter, embodiments of an information processing apparatus, a prediction method, and a prediction program disclosed in the present application will be described in detail based on the drawings. In addition, this invention is not limited by this Example.

図1は、本実施例に係るシステムを示す図である。図1に示すように、このシステム1は、情報処理装置100と、端末装置10a,10b、10cとを有する。情報処理装置100と、端末装置10a~10cは、ネットワーク20を介して相互に接続される。図1に示す例では、端末装置10a~10cを示すが、このシステム1では、他の端末装置を有していてもよい。以下の説明では、端末装置10a~10cをまとめて、端末装置10と表記する。 FIG. 1 is a diagram showing a system according to this embodiment. As shown in FIG. 1, this system 1 has an information processing device 100 and terminal devices 10a, 10b, and 10c. The information processing device 100 and the terminal devices 10a to 10c are interconnected via a network 20. FIG. Although terminal devices 10a to 10c are shown in the example shown in FIG. 1, this system 1 may have other terminal devices. In the following description, the terminal devices 10a to 10c are collectively referred to as the terminal device 10. FIG.

端末装置10は、ユーザ(全社員)が、利用する端末装置であり、PC(Personal Computer)、ノートPC、タブレット端末、スマートフォン等に対応する。たとえば、ユーザは、端末装置10を操作して、プロジェクトに関する情報(以下、プロジェクト情報)を入力すると、端末装置10は、プロジェクト情報の予測要求を、情報処理装置100に送信する。かかる予測要求には、プロジェクト情報が付与される。 The terminal device 10 is a terminal device used by a user (all employees) and corresponds to a PC (Personal Computer), a notebook PC, a tablet terminal, a smart phone, or the like. For example, when the user operates the terminal device 10 to input information about a project (hereinafter referred to as project information), the terminal device 10 transmits a project information prediction request to the information processing device 100 . Project information is attached to the forecast request.

プロジェクト情報には、プロジェクトの基本情報と、プロジェクトの特徴量に関する情報(以下、特徴量情報)が含まれる。図2は、プロジェクトの基本情報の一例を示す図である。図2に示すように、基本情報には、プロジェクト名、顧客名、識別番号、予定原価率、担当者、売上金額等が含まれる。プロジェク名は、プロジェクトの名称である。顧客名は、顧客の名称である。識別番号は、プロジェクトを識別する番号である。 The project information includes basic information about the project and information about the feature amount of the project (hereinafter referred to as feature amount information). FIG. 2 is a diagram showing an example of basic information of a project. As shown in FIG. 2, the basic information includes project name, customer name, identification number, planned cost rate, person in charge, sales amount, and the like. The project name is the name of the project. The customer name is the name of the customer. The identification number is a number that identifies the project.

予定原価率は、担当者等が予想するプロジェクトの原価率である。担当者は、プロジェクトの担当者である。売上金額は、プロジェクトの売上金額である。基本情報には、図2に示したプロジェクト名、顧客名、案件番号、予定原価率、担当者、売上予想金額以外の情報が更に含まれていてもよい。 The planned cost rate is the cost rate of the project predicted by the person in charge. The person in charge is the person in charge of the project. The sales amount is the sales amount of the project. The basic information may further include information other than the project name, customer name, project number, expected cost rate, person in charge, and expected sales amount shown in FIG.

プロジェクトの特徴量情報は、過去に実施したプロジェクトのリスクに関する情報であって、プロジェクトで利用するハードウェアの規模、プロジェクトで提供するサービスの内容を含む。 The feature amount information of a project is information related to the risks of projects implemented in the past, and includes the scale of hardware used in the project and the content of services provided in the project.

図3は、プロジェクトの特徴量情報の一例を示す図である。図3に示す例では、特徴量情報は、特徴量の項目と、特徴量の入力値とを対応付ける。項目には、ファシリティ構築、サーバ/ストレージ構築、NW(New Work)構築、DB(Data Base)構築、クラウド構築、アプリ(アプリケーションソフトウェア)との整合、移行作業、サーバ機器の台数、端末機器の台数、拠点数、部門数、技術スキル、製品選定方法等を含む。 FIG. 3 is a diagram illustrating an example of feature amount information of a project. In the example shown in FIG. 3, the feature amount information associates feature amount items with feature amount input values. The items include facility construction, server/storage construction, NW (New Work) construction, DB (Data Base) construction, cloud construction, integration with applications (application software), migration work, number of server devices, and number of terminal devices. , number of bases, number of departments, technical skills, product selection method, etc.

ファシリティ構築は、電気工事、施設工事などの各種工事、DC(Data Center)構築関連、機器移設等を示し、ファシリティ構築に関する作業を行う場合には、入力値が「1」となり、作業を行わない場合には、入力値が「0」となる。 Facility construction indicates various works such as electrical work, facility construction, DC (Data Center) construction, equipment relocation, etc. When performing work related to facility construction, the input value is "1" and the work is not performed. In this case, the input value is "0".

サーバ/ストレージ構築は、サーバまたはストレージの設計、設定、動作検証等を示し、サーバ/ストレージ構築に関する作業を行う場合には、入力値が「1」となり、作業を行わない場合には、入力値が「0」となる。 Server/storage construction indicates the design, setting, operation verification, etc. of a server or storage. When performing work related to server/storage construction, the input value is "1", and when no work is performed, the input value becomes "0".

NW構築は、ネットワークの設計、設定、動作検証等を示し、ネットワーク構築に関する作業を行う場合には、入力値が「1」となり、作業を行わない場合には、入力値が「0」となる。 NW construction indicates network design, setting, operation verification, etc. When work related to network construction is performed, the input value is "1", and when work is not performed, the input value is "0". .

DB構築は、PaaS(Platform as a Service)を含むデータベースの設計、設定、動作検証等を示し、データベース構築に関する作業を行う場合には、入力値が「1」となり、作業を行わない場合には、入力値が「0」となる。 DB construction indicates the design, setting, operation verification, etc. of a database including PaaS (Platform as a Service). , the input value becomes "0".

クラウド構築は、IaaS(Infrastructure as a Service)を含むクラウドの設計、設定、動作検証等を示し、クラウド構築に関する作業を行う場合には、入力値が「1」となり、作業を行わない場合には、入力値が「0」となる。 Cloud construction indicates cloud design, settings, operation verification, etc. including IaaS (Infrastructure as a Service). When working on cloud construction, the input value is "1", and when not working , the input value becomes "0".

アプリとの整合は、アプリを含めた動作検証等を示し、アプリとの整合に関する作業を行う場合には、入力値が「1」となり、作業を行わない場合には、入力値が「0」となる。 Consistency with the application indicates operation verification, etc. including the application, and the input value is "1" when work related to consistency with the application is performed, and the input value is "0" when no work is performed. becomes.

移行作業は、データ移行またはアプリ移行を示し、移動作業を行う場合には、入力値が「1」となり、移行作業を行わない場合には、入力値が「0」となる。 The migration work indicates data migration or application migration, and the input value is "1" when the migration work is performed, and the input value is "0" when the migration work is not performed.

サーバ機器の台数は、プロジェクトで利用するサーバ機器の台数を示す。入力値には、サーバ機器の台数が設定される。 The number of server devices indicates the number of server devices used in the project. The number of server devices is set as the input value.

端末機器の台数は、プロジェクトで利用する端末機器の台数を示す。入力値には、端末機器の台数が設定される。 The number of terminal devices indicates the number of terminal devices used in the project. The number of terminal devices is set as the input value.

拠点数は、プロジェクトを実行する場合に作業員が利用する拠点の数を示す。入力値には、拠点数(拠点の数)が設定される。 The number of bases indicates the number of bases used by the worker when executing the project. The number of bases (the number of bases) is set as the input value.

部門数は、プロジェクトを実行する場合に作業員が所属する部門の数を示す。入力値には、部門数(部門の数)が設定される。 The number of departments indicates the number of departments to which workers belong when executing a project. The number of departments (the number of departments) is set as the input value.

技術スキルは、プロジェクトを実行する作業員の技術スキルを示す。入力値には、複数の技術スキルに関する選択項目の候補が含まれ、いずれかの選択項目が選択される。 Technical skill indicates the technical skill of the workers who carry out the project. The input value includes selection item candidates for a plurality of technical skills, and one of the selection items is selected.

製品選定方法は、プロジェクトに関する製品の選定方法を示す。入力値には、複数の製品選定方法に関する選択項目の候補が含まれ、いずれかの選択項目が選択される。 The product selection method indicates the product selection method for the project. The input value includes selection item candidates for a plurality of product selection methods, and one of the selection items is selected.

図3で説明した特徴量情報の項目には、ファシリティ構築、サーバ/ストレージ構築、NW構築、DB構築、クラウド構築、アプリとの整合、移行作業、サーバ機器の台数、端末機器の台数、拠点数、部門数、技術スキル、製品選定方法が含まれている場合について説明したが、他の項目が更に含まれていてもよい。 The items of the feature amount information explained in FIG. , the number of departments, technical skills, and product selection methods have been described, but other items may also be included.

図1の説明に戻る。情報処理装置100は、過去のプロジェクト情報の履歴を用いて機械学習を実行することで、予測モデルを生成しておくものとする。本実施例では、予測モデルを決定木(Decision Tree)として説明を行うが、これに限定されるものではなく、NN(Neural Network)等であってもよい。たとえば、予測モデルに特徴量情報を入力すると、原価率の予測値が算出される。 Returning to the description of FIG. The information processing apparatus 100 generates a prediction model by executing machine learning using the history of past project information. In this embodiment, the prediction model is described as a decision tree, but it is not limited to this, and may be an NN (Neural Network) or the like. For example, by inputting feature information into a prediction model, a predicted value of the cost rate is calculated.

情報処理装置100は、端末装置10からプロジェクト情報の予測要求を受信した場合、プロジェクト情報に含まれる特徴量情報を、予測モデルに入力することで、プロジェクトの原価率を予測する。予測モデルを用いて予測した原価率を「予測原価率」と表記する。情報処理装置100は、予測結果を基にして、予測結果の画面情報を生成し、端末装置10に表示させる。 When the information processing apparatus 100 receives a prediction request for project information from the terminal device 10, the information processing apparatus 100 predicts the cost rate of the project by inputting the feature amount information included in the project information into the prediction model. The cost rate predicted using the prediction model is referred to as "predicted cost rate." The information processing apparatus 100 generates screen information of the prediction result based on the prediction result, and causes the terminal device 10 to display the screen information.

図4は、予測結果の画面情報の一例を示す図である。図4に示すように、この画面情報30には、表示領域30a,30bが含まれる。表示領域30aには、プロジェクト情報の基本情報に関する項目が表示される。たとえば、表示領域30aには、プロジェクト名、顧客名、営業部門、識別番号、売上金額等が含まれる。 FIG. 4 is a diagram showing an example of screen information of a prediction result. As shown in FIG. 4, this screen information 30 includes display areas 30a and 30b. Items related to basic information of the project information are displayed in the display area 30a. For example, the display area 30a includes project name, customer name, sales department, identification number, sales amount, and the like.

表示領域30bには、担当者と、予定原価率と、原価率予測区分とが含まれる。担当者は、プロジェクト情報の基本情報に含まれる担当者に対応する。予定原価率は、プロジェクト情報の基本情報に含まれる予定原価率に対応する。原価率予測区分は、予定原価率と、予測原価率との乖離具合を示す情報である。 The display area 30b includes a person in charge, a planned cost rate, and a cost rate prediction category. The person in charge corresponds to the person in charge included in the basic information of the project information. The planned cost rate corresponds to the planned cost rate included in the basic information of the project information. The cost rate prediction category is information indicating the degree of divergence between the planned cost rate and the predicted cost rate.

たとえば、予測原価率から予定原価率を減算した値が第1閾値以上である場合に、「区分A」となる。予測原価率から予定原価率を減算した差分値が第1閾値未満、第2閾値以上(第1閾値>第2閾値とする)である場合に、「区分B」となる。予測原価率から予定原価率を減算した差分値が、第2閾値未満、第3閾値以上(第2閾値>第3閾値とする)である場合に、「区分C」となる。 For example, when the value obtained by subtracting the planned cost rate from the predicted cost rate is equal to or greater than the first threshold, the product is classified as "Classification A." If the difference value obtained by subtracting the planned cost rate from the predicted cost rate is less than the first threshold and equal to or greater than the second threshold (first threshold > second threshold), the product is classified as "Classification B." If the difference value obtained by subtracting the planned cost rate from the predicted cost rate is less than the second threshold and equal to or greater than the third threshold (second threshold > third threshold), the product is classified as "Class C."

予測原価率から予定原価率を減算した差分値が、第3閾値未満、第4閾値以上(第3閾値>第4閾値とする)である場合に、「区分D」となる。予測原価率から予定原価率を減算した差分値が、第4閾値未満、第5閾値以上(第4閾値>第5閾値とする)である場合に、「区分E」となる。予測原価率から予定原価率を減算した差分値が、第5閾値未満である場合に、「区分F」となる。 If the difference value obtained by subtracting the planned cost rate from the predicted cost rate is less than the third threshold and equal to or greater than the fourth threshold (third threshold>fourth threshold), the product is classified as “Class D”. If the difference value obtained by subtracting the planned cost rate from the predicted cost rate is less than the fourth threshold and equal to or greater than the fifth threshold (fourth threshold>fifth threshold), it is classified as "Classification E." If the difference value obtained by subtracting the planned cost rate from the predicted cost rate is less than the fifth threshold, it is classified as "Classification F".

たとえば、第1閾値、第2閾値を正の閾値とし、第3閾値、第4閾値、第5閾値を負の閾値とする。そうすると、区分A,Bは、ユーザの想定する予定原価率よりも、予測原価率が大きくなっており、不採算の傾向となるプロジェクトであることを示す。一方、区分C~Fは、ユーザの想定する予定原価率と予測原価率との乖離が小さい、あるいは、予測原価率が予定原価率を下回っており、採算の取れるプロジェクトであることを示す。 For example, the first and second thresholds are positive thresholds, and the third, fourth, and fifth thresholds are negative thresholds. Then, categories A and B indicate that the projected cost rate is higher than the expected cost rate assumed by the user, and that the project tends to be unprofitable. On the other hand, categories C to F indicate that the deviation between the planned cost rate assumed by the user and the predicted cost rate is small, or the predicted cost rate is lower than the planned cost rate, indicating that the project is profitable.

図示を省略するが、図4では、予測モデル(決定木)の予測結果に影響を与えた特徴情報の項目(説明変数)と影響度の大きさとを対応付けた情報が表示される表示領域を更に含んでいてもよい。この表示領域では、影響度の大きい項目が順に表示される。 Although illustration is omitted, in FIG. 4, a display area for displaying information in which the item (explanatory variable) of the feature information that influenced the prediction result of the prediction model (decision tree) is associated with the degree of influence is displayed. It may further contain: In this display area, items having a large degree of influence are displayed in order.

上記のように、本実施例に係る情報処理装置100は、過去の履歴を基にした機械学習により予測モデルを生成しておく。情報処理装置100は、端末装置10から受信した特徴量情報を、予測モデルに入力して、原価率の予測値(予測原価率)を算出し、予測結果の画面情報30を端末装置10に表示させる。ユーザが、画面情報30に示される自身の予測した予定原価率と予測原価率との乖離具合を示す原価率予測区分を参照することで、不採算となるプロジェクトを検知することができる。 As described above, the information processing apparatus 100 according to this embodiment generates a prediction model by machine learning based on past history. The information processing apparatus 100 inputs the feature amount information received from the terminal device 10 to the prediction model, calculates the predicted value of the cost rate (predicted cost rate), and displays screen information 30 of the prediction result on the terminal device 10. Let The user can detect an unprofitable project by referring to the cost rate prediction category that indicates the degree of divergence between the planned cost rate predicted by the user and the predicted cost rate shown in the screen information 30 .

次に、図1で説明した情報処理装置100の構成の一例について説明する。図5は、本実施例に係る情報処理装置の構成を示す機能ブロック図である。図5に示すように、この情報処理装置100は、通信部110と、入力部120と、表示部130と、記憶部140と、制御部150とを有する。 Next, an example of the configuration of the information processing apparatus 100 described with reference to FIG. 1 will be described. FIG. 5 is a functional block diagram showing the configuration of the information processing apparatus according to this embodiment. As shown in FIG. 5, the information processing apparatus 100 has a communication section 110, an input section 120, a display section 130, a storage section 140, and a control section 150. FIG.

通信部110は、ネットワーク20を介して、端末装置10または図示しない外部装置との間で情報の送受信を行う。たとえば、通信部110は、NIC(Network Interface Card)等によって実現される。 The communication unit 110 transmits and receives information to and from the terminal device 10 or an external device (not shown) via the network 20 . For example, communication unit 110 is realized by a NIC (Network Interface Card) or the like.

入力部120は、各種の情報を、入力する入力装置である。入力部120は、キーボードやマウス、タッチパネル等に対応する。 The input unit 120 is an input device for inputting various information. The input unit 120 corresponds to a keyboard, mouse, touch panel, or the like.

表示部130は、制御部150から出力される情報を表示する表示装置である。表示部130は、液晶ディスプレイ、有機EL(Electro Luminescence)ディスプレイ、タッチパネル等に対応する。 The display unit 130 is a display device that displays information output from the control unit 150 . The display unit 130 corresponds to a liquid crystal display, an organic EL (Electro Luminescence) display, a touch panel, or the like.

記憶部140は、履歴データベース141、予測モデル142を有する。記憶部140は、たとえば、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。 The storage unit 140 has a history database 141 and a prediction model 142 . The storage unit 140 is realized by, for example, a semiconductor memory device such as a RAM (Random Access Memory) or flash memory, or a storage device such as a hard disk or an optical disk.

履歴データベース141は、過去のプロジェクト情報を保持するデータベースである。図6は、履歴データベースのデータ構造の一例を示す図である。図6に示すように、この履歴データベース141は、項番に対応付けて、プロジェクト情報と、原価率(実績値)とを保持する。プロジェクト情報は、図2で説明した基本情報と、図3で説明した特徴量情報が含まれる。原価率(実績値)は、該当するプロジェクトを受注した際の実際の原価率を示す。履歴データベース141は、予測モデル142を機械学習する場合に用いられる教師データに対応する。 The history database 141 is a database that holds past project information. FIG. 6 is a diagram showing an example of the data structure of the history database. As shown in FIG. 6, this history database 141 holds project information and cost rates (actual values) in association with item numbers. The project information includes the basic information described with reference to FIG. 2 and the feature amount information described with reference to FIG. The cost rate (actual value) indicates the actual cost rate when receiving an order for the corresponding project. The history database 141 corresponds to teacher data used when the prediction model 142 is machine-learned.

予測モデル142は、履歴データベース141に基づく機械学習によって生成されるモデルである。たとえば、予測モデル142は、決定木、ランダムフォレスト等のモデルに対応し、特徴量情報が入力されると、特徴量情報に対応する原価率(実績値)が計算される。 The prediction model 142 is a model generated by machine learning based on the history database 141 . For example, the prediction model 142 corresponds to a model such as a decision tree, a random forest, etc., and when feature amount information is input, a cost rate (actual value) corresponding to the feature amount information is calculated.

図3の説明に戻る。制御部150は、取得部151と、学習部152と、予測部153と、生成部154とを有する。制御部150は、たとえば、CPU(Central Processing Unit)やMPU(Micro Processing Unit)により実現される。また、制御部150は、例えばASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路により実行されてもよい。 Returning to the description of FIG. The control unit 150 has an acquisition unit 151 , a learning unit 152 , a prediction unit 153 and a generation unit 154 . The control unit 150 is implemented by, for example, a CPU (Central Processing Unit) or an MPU (Micro Processing Unit). Also, the control unit 150 may be implemented by an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array).

取得部151は、プロジェクト情報の履歴に関する各種の情報を取得する。たとえば、取得部151は、端末装置10や、他の外部装置等から、過去のプロジェクト情報と、原価率(実績値)との組を取得し、過去のプロジェクト情報と、原価率(実績値)とを対応付けて、履歴データベース141に登録する。 The acquisition unit 151 acquires various types of information regarding the history of project information. For example, the acquisition unit 151 acquires a set of past project information and cost rate (actual value) from the terminal device 10 or another external device, etc., and acquires the past project information and cost rate (actual value). are associated with each other and registered in the history database 141 .

取得部151は、端末装置10や、他の外部装置等から、過去のプロジェクト情報と、原価率(実績値)との組を取得する度に、上記処理を繰り返し実行する。 The acquisition unit 151 repeatedly executes the above process every time it acquires a set of past project information and cost rate (actual value) from the terminal device 10 or another external device.

学習部152は、履歴データベース141に保持された特徴量情報と、原価率(実績値)との関係を基にして、機械学習を実行し、予測モデル142を生成する。学習部152は、生成した予測モデル142の情報を、記憶部140に記録する。学習部152が実行する機械学習は、どのような従来技術を用いてもよい。 The learning unit 152 performs machine learning based on the relationship between the feature amount information held in the history database 141 and the cost rate (actual value) to generate the prediction model 142 . The learning unit 152 records information on the generated prediction model 142 in the storage unit 140 . Any conventional technique may be used for the machine learning performed by the learning unit 152 .

学習部152は、前回の機械学習を行ってから、所定期間経過し、履歴データベースに新規の情報が蓄積された場合に、予測モデル142を再学習してもよい。 The learning unit 152 may relearn the prediction model 142 when a predetermined period of time has passed since the previous machine learning was performed and new information is accumulated in the history database.

予測部153は、端末装置10からプロジェクト情報の予測要求を受信した場合に、プロジェクト情報の特徴量情報を、予測モデル142に入力することで、予測原価率を算出する。予測部153は、予測原価率と、受信したプロジェクト情報を、生成部154に出力する。また、予測部153は、予測モデル142に含まれる条件分岐(説明変数)を特定し、予測原価率を算出した際の、各説明変数の影響度を、生成部154に出力する。影響度が大きい説明変数ほど、予測原価率の計算により大きな影響を与えたものといえる。 When receiving a prediction request for project information from the terminal device 10 , the prediction unit 153 inputs the feature amount information of the project information to the prediction model 142 to calculate the predicted cost rate. The prediction unit 153 outputs the predicted cost rate and the received project information to the generation unit 154 . The prediction unit 153 also specifies conditional branching (explanatory variables) included in the prediction model 142 and outputs the degree of influence of each explanatory variable when calculating the predicted cost rate to the generation unit 154 . It can be said that the larger the influence of the explanatory variable, the larger the influence on the calculation of the forecast cost rate.

ここで、予測部153は、複数の端末装置10からプロジェクト情報をそれぞれ受信した場合には、各プロジェクト情報の特徴量情報を、予測モデル142に入力して、予測原価率をそれぞれ算出する。予測部153は、各プロジェクト情報に対応する予測原価率を、生成部154に出力する。 Here, when the project information is received from each of the plurality of terminal devices 10, the prediction unit 153 inputs the feature amount information of each project information to the prediction model 142, and calculates each predicted cost rate. The prediction unit 153 outputs the predicted cost rate corresponding to each piece of project information to the generation unit 154 .

生成部154は、予測部153から、プロジェクト情報、予測原価率、各説明変数の影響度の情報を取得し、画面情報を生成する。生成部154が生成する画面情報は、図4に示した画面情報に対応する。たとえば、生成部154は、プロジェクト情報に含まれる基本情報を基にして、画面情報30の表示領域30aの情報を生成する。 The generation unit 154 acquires the project information, the predicted cost rate, and the degree of influence of each explanatory variable from the prediction unit 153, and generates screen information. The screen information generated by the generator 154 corresponds to the screen information shown in FIG. For example, the generation unit 154 generates information for the display area 30a of the screen information 30 based on basic information included in the project information.

生成部154は、プロジェクト情報に含まれる予定原価率と、予測部153に予測された予測原価率とを基にして、画面情報30の表示領域30bの情報を生成する。たとえば、生成部154は、「予測原価率」から「予定原価率」を減算した差分値を算出し、差分値と、第1~第5閾値との比較を行うことで、原価予測区分A~Fのいずれかを特定する。図4で説明したように、生成部154は、表示領域30bに、予定原価率、原価率予測区分、基本情報の担当者を設定する。 The generation unit 154 generates information for the display area 30 b of the screen information 30 based on the planned cost rate included in the project information and the predicted cost rate predicted by the prediction unit 153 . For example, the generation unit 154 calculates a difference value by subtracting the “predicted cost rate” from the “predicted cost rate”, and compares the difference value with the first to fifth thresholds to obtain the cost prediction categories A to Identify any of F. As described with reference to FIG. 4, the generation unit 154 sets the planned cost rate, the cost rate prediction category, and the person in charge of the basic information in the display area 30b.

生成部154は、予測部153から取得した項目(説明変数)および影響度との関係を基にして、予測モデル(決定木)の予測結果に影響を与えた特徴情報の項目(説明変数)と影響度の大きさとを対応付けた情報を生成する。たとえば、生成部154は、項目を影響度の大きさの降順にソートし、上位N個の項目を選択する。生成部154は、選択した上位N個の項目と、影響度との関係を視覚可能に、画面情報30に設定する。 Based on the relationship between the item (explanatory variable) and the degree of influence acquired from the prediction unit 153, the generation unit 154 generates an item (explanatory variable) of feature information that has influenced the prediction result of the prediction model (decision tree) and Generate information in which the degree of influence is associated with the degree of influence. For example, the generating unit 154 sorts the items in descending order of influence and selects the top N items. The generation unit 154 visually sets the relationship between the selected top N items and the degree of influence in the screen information 30 .

ここで、生成部154は、複数のプロジェクト情報に関する予測原価率を取得した場合には、各プロジェクト情報に関する予定原価率および予測原価率を基にして、各原価予測区分を特定する。生成部154は、各プロジェクト情報に関する予定原価率、原価予測区分、担当者の組を、表示領域30bに設定する。ユーザは、かかる表示領域30bを参照することで、担当者毎の予定原価率および原価予測区分を比較することができる。 Here, when the generation unit 154 acquires predicted cost rates for a plurality of pieces of project information, it identifies each cost prediction category based on the scheduled cost rate and the predicted cost rate for each piece of project information. The generation unit 154 sets the set of the planned cost rate, cost forecast category, and person in charge for each piece of project information in the display area 30b. By referring to the display area 30b, the user can compare the planned cost rate and the cost forecast category for each person in charge.

生成部154は、上述した画面情報30に加えて、次に説明するバブルチャートの画面情報を生成してもよい。図7は、バブルチャートの一例を示す図である。図7において、横軸は、予定原価率に対応する。縦軸は、原価率予測区分に対応する。生成部154は、予定原価率及び原価率予測区分に対応する領域に、プロジェクト情報に対応する楕円を設定する。 In addition to the screen information 30 described above, the generation unit 154 may generate screen information for a bubble chart, which will be described below. FIG. 7 is a diagram showing an example of a bubble chart. In FIG. 7, the horizontal axis corresponds to the planned cost rate. The vertical axis corresponds to the cost rate forecast category. The generation unit 154 sets an ellipse corresponding to the project information in an area corresponding to the planned cost rate and the cost rate prediction classification.

たとえば、第1プロジェクト情報に対応する予定原価率を「86%」、原価率予測区分を「A」とすると、第1プロジェクト情報に対応する楕円は、楕円O1となる。第2プロジェクト情報に対応する予定原価率を「70%」、原価率予測区分を「D」とすると、第2プロジェクト情報に対応する楕円は、楕円O2となる。 For example, if the planned cost rate corresponding to the first project information is "86%" and the cost rate prediction category is "A", the ellipse corresponding to the first project information is ellipse O1. Assuming that the planned cost rate corresponding to the second project information is "70%" and the cost rate prediction category is "D", the ellipse corresponding to the second project information is ellipse O2.

第3プロジェクト情報に対応する予定原価率を「83%」、原価率予測区分を「E」とすると、第1プロジェクト情報に対応する楕円は、楕円O3となる。第4プロジェクト情報に対応する予定原価率を「86%」、原価率予測区分を「F」とすると、第4プロジェクト情報に対応する楕円は、楕円O4となる。 Assuming that the planned cost rate corresponding to the third project information is "83%" and the cost rate prediction category is "E", the ellipse corresponding to the first project information is ellipse O3. Assuming that the planned cost rate corresponding to the fourth project information is "86%" and the cost rate prediction category is "F", the ellipse corresponding to the fourth project information is ellipse O4.

生成部154は、プロジェクト情報の基本情報に設定された売上金額が大きいほど、楕円の大きさを大きくする。生成部154は、予定原価率と、原価率予測区分との組み合わせに応じた色を、楕円に設定する。図7に示す例では、楕円O1を第1の色(たとえば、赤色)で表示させ、楕円O2を第2の色(たとえば、青色)で表示させ、楕円O3,O4を第3の色(たとえば、黄色)で表示させる。予定原価率および原価率予測区分の組と、色との関係は、予め管理者が設定しておくものとするが、原価率予測区分がA,Bとなるプロジェクト情報の楕円を第1の色で表示することで、不採算となるプロジェクト情報を容易に把握することができる。 The generating unit 154 increases the size of the ellipse as the amount of sales set in the basic information of the project information increases. The generation unit 154 sets a color corresponding to the combination of the planned cost rate and the cost rate prediction category to an ellipse. In the example shown in FIG. 7, ellipse O1 is displayed in a first color (eg, red), ellipse O2 is displayed in a second color (eg, blue), and ellipses O3 and O4 are displayed in a third color (eg, blue). , yellow). The relationship between the set of planned cost rate and cost rate forecast category and the color is set in advance by the administrator. By displaying with , it is possible to easily grasp the project information that becomes unprofitable.

生成部154は、図4で説明した画面情報30および図7で説明したバブルチャートの画面情報を、端末装置10に送信して表示させる。また、生成部154は、図4で説明した画面情報30および図7で説明したバブルチャートの画面情報を、表示部130に出力して表示させてもよい。 The generation unit 154 transmits the screen information 30 described with reference to FIG. 4 and the screen information of the bubble chart described with reference to FIG. 7 to the terminal device 10 for display. The generation unit 154 may output the screen information 30 described with reference to FIG. 4 and the screen information of the bubble chart described with reference to FIG. 7 to the display unit 130 for display.

次に、本実施例に係る情報処理装置100の処理手順の一例について説明する。図8は、本実施例に係る情報処理装置の処理手順を示すフローチャートである。図8に示すように、情報処理装置100の学習部152は、履歴データベース141を基にして機械学習を実行し、予測モデル142を生成する(ステップS101)。 Next, an example of the processing procedure of the information processing apparatus 100 according to this embodiment will be described. FIG. 8 is a flow chart showing the processing procedure of the information processing apparatus according to this embodiment. As shown in FIG. 8, the learning unit 152 of the information processing device 100 performs machine learning based on the history database 141 to generate the prediction model 142 (step S101).

情報処理装置100の予測部153は、プロジェクト情報の予測要求を取得する(ステップS102)。予測部153は、特徴量情報を予測モデル142に入力して、予測原価率を算出する(ステップS103)。 The prediction unit 153 of the information processing device 100 acquires a prediction request for project information (step S102). The prediction unit 153 inputs the feature amount information to the prediction model 142 to calculate the predicted cost rate (step S103).

情報処理装置100の生成部154は、予測原価率から予定原価率を減算した差分値を基にして、原価率予測区分を特定する(ステップS104)。生成部154は、予測結果の画面情報を生成する(ステップS105)。 The generation unit 154 of the information processing device 100 identifies the cost rate prediction classification based on the difference value obtained by subtracting the planned cost rate from the predicted cost rate (step S104). The generation unit 154 generates screen information of the prediction result (step S105).

生成部154は、予定原価率と原価率予測区分とを基にしてバブルチャートの画面情報を生成する(ステップS106)。生成部154は、予測結果およびバブルチャートの画面情報を、端末装置10に表示させる(ステップS107)。 The generation unit 154 generates screen information of the bubble chart based on the planned cost rate and the cost rate prediction category (step S106). The generation unit 154 causes the terminal device 10 to display the prediction result and the screen information of the bubble chart (step S107).

次に、本実施例に係る情報処理装置100の効果について説明する。情報処理装置100は、過去のプロジェクトに関する特徴量情報と、かかる過去のプロジェクトに関する原価率の実績値との関係を基にして機械学習を実行することで予測モデル142を生成する。情報処理装置100は、予測要求を受信した場合に、予測要求のプロジェクトに関する特徴量情報を、予測モデル142に入力することで、予測原価率を予測する。これによって、不採算となるプロジェクトを検知することができる。 Next, the effects of the information processing apparatus 100 according to this embodiment will be described. The information processing apparatus 100 generates the prediction model 142 by executing machine learning based on the relationship between the feature amount information regarding past projects and the actual value of the cost rate regarding such past projects. When the information processing apparatus 100 receives a prediction request, the information processing apparatus 100 predicts the predicted cost rate by inputting the feature amount information related to the project of the prediction request into the prediction model 142 . This makes it possible to detect unprofitable projects.

情報処理装置100は、プロジェクト情報の特徴量情報として、ファシリティ構築、サーバ/ストレージ構築、NW構築、DB構築、クラウド構築、アプリとの整合、移行作業、サーバ機器の台数、端末機器の台数、拠点数、部門数、技術スキル、製品選定方法等を用いる。これによって、プロジェクト情報のリスクに関する特徴量を設定でき、予測原価率の精度を向上させることができる。 The information processing apparatus 100 uses facility construction, server/storage construction, NW construction, DB construction, cloud construction, matching with applications, migration work, the number of server devices, the number of terminal devices, bases, etc. as feature amount information of project information. Use the number, number of departments, technical skills, product selection method, etc. As a result, it is possible to set the feature amount related to the risk of the project information and improve the accuracy of the forecast cost rate.

情報処理装置100は、予定原価率と、原価率予測区分との関係を基にして、バブルチャートを生成し、端末装置10に表示させる。これによって、不採算となるプロジェクトを視覚的に容易に把握することが可能になる。 The information processing device 100 generates a bubble chart based on the relationship between the planned cost rate and the predicted cost rate category, and causes the terminal device 10 to display the bubble chart. This makes it possible to visually grasp unprofitable projects easily.

情報処理装置100は、複数のプロジェクト情報に関する予測原価率を取得した場合には、各プロジェクト情報に関する予定原価率および予測原価率を基にして、各原価予測区分を特定する。情報処理装置100は、各プロジェクト情報に関する予定原価率、原価予測区分、担当者の組を、画面情報に表示させる。ユーザは、かかる画面情報を参照することで、担当者毎の予定原価率および原価予測区分を比較することができる。 When the information processing apparatus 100 acquires predicted cost rates for a plurality of pieces of project information, the information processing apparatus 100 identifies each cost prediction category based on the planned cost rate and the predicted cost rate for each piece of project information. The information processing device 100 causes the screen information to display the set of the planned cost rate, the cost forecast category, and the person in charge for each piece of project information. By referring to such screen information, the user can compare the planned cost rate and the cost forecast category for each person in charge.

情報処理装置100は、前回の機械学習を行ってから、所定期間経過し、履歴データベース141に新規の情報が蓄積された場合に、予測モデル142を再学習する。これによって、予測モデル142を最新の情報に合わせてアップグレードすることができる。 The information processing apparatus 100 relearns the prediction model 142 when new information is accumulated in the history database 141 after a predetermined period of time has elapsed since the previous machine learning was performed. This allows the predictive model 142 to be upgraded with the latest information.

ところで、本実施例では、情報処理装置100が、履歴データベース141を用いて、機械学習を実行し、予測モデル142を生成する場合について説明したがこれに限定されるものではなく、外部装置が機械学習した予測モデルを取得して、予測原価率の予測を行ってもよい。すなわち、必ずしも、情報処理装置100が、予測モデル142を生成しなくてもよい。 By the way, in the present embodiment, the case where the information processing apparatus 100 uses the history database 141 to perform machine learning and generate the prediction model 142 has been described, but the present invention is not limited to this. A predicted cost rate may be predicted by obtaining a learned prediction model. That is, the information processing device 100 does not necessarily have to generate the prediction model 142 .

情報処理装置100は、プロジェクト受注前の特徴量情報を用いて、予測モデル142の機械学習を実行していたがこれに限定されるものではなく、プロジェクト受注後の特徴量を更に用いて、機械学習を実行することで、予測モデル142を生成してもよい。 The information processing apparatus 100 performs machine learning of the prediction model 142 using the feature amount information before receiving the project order, but is not limited to this. The predictive model 142 may be generated by performing learning.

情報処理装置100は、プロジェクト情報毎に画面情報を生成していたが、類似性の高いプロジェクト情報の組を特定し、各プロジェクト情報から算出された原価予測区分の情報等を並べて表示してもよい。 The information processing apparatus 100 generates screen information for each piece of project information. good.

情報処理装置100は、画面情報30に表示された影響度の大きい複数の項目(説明変数)のうち、対象外とする項目の選択を、ユーザから受付けた場合には、選択された項目に対応する情報を、特徴量情報から除外して、再度、予測原価率を算出してもよい。たとえば、情報処理装置100は、項目「サーバ機器の台数」を対象外とする旨の指示を、端末装置10を操作するユーザから受け付けた場合には、項目「サーバ機器の台数」のレコードを除外した特徴量情報を予測モデル142に入力し、予測原価率を算出する。 When the information processing apparatus 100 receives from the user a selection of an item to be excluded from among the plurality of items (explanatory variables) having a large degree of influence displayed on the screen information 30, the information processing apparatus 100 corresponds to the selected item. The predicted cost rate may be calculated again by excluding the information to be used from the feature quantity information. For example, when the information processing apparatus 100 receives an instruction from the user operating the terminal device 10 to exclude the item "number of server devices", the information processing apparatus 100 excludes the record of the item "number of server devices". The calculated feature amount information is input to the prediction model 142 to calculate the predicted cost rate.

次に、上記実施例に示した情報処理装置100と同様の機能を実現するコンピュータのハードウェア構成の一例について説明する。図9は、実施例の情報処理装置と同様の機能を実現するコンピュータのハードウェア構成の一例を示す図である。 Next, an example of the hardware configuration of a computer that implements the same functions as the information processing apparatus 100 shown in the above embodiment will be described. FIG. 9 is a diagram illustrating an example of a hardware configuration of a computer that implements functions similar to those of the information processing apparatus of the embodiment.

図9に示すように、コンピュータ200は、各種演算処理を実行するCPU201と、ユーザからのデータの入力を受け付ける入力装置202と、ディスプレイ203とを有する。また、コンピュータ200は、有線または無線ネットワークを介して、外部装置等との間でデータの授受を行う通信装置204と、インタフェース装置205とを有する。また、コンピュータ200は、各種情報を一時記憶するRAM206と、ハードディスク装置207とを有する。そして、各装置201~207は、バス208に接続される。 As shown in FIG. 9, a computer 200 has a CPU 201 that executes various arithmetic processes, an input device 202 that receives data input from a user, and a display 203 . The computer 200 also has a communication device 204 and an interface device 205 for exchanging data with an external device or the like via a wired or wireless network. The computer 200 also has a RAM 206 that temporarily stores various information, and a hard disk device 207 . Each device 201 - 207 is then connected to a bus 208 .

ハードディスク装置207は、取得プログラム207a、学習プログラム207b、予測プログラム207c、生成プログラム207dを有する。また、CPU201は、各プログラム207a~207dを読み出してRAM206に展開する。 The hard disk device 207 has an acquisition program 207a, a learning program 207b, a prediction program 207c, and a generation program 207d. Also, the CPU 201 reads out each of the programs 207 a to 207 d and develops them in the RAM 206 .

取得プログラム207aは、取得プロセス206aとして機能する。学習プログラム207bは、学習プロセス206bとして機能する。予測プログラム207cは、予測プロセス206cとして機能する。生成プログラム207dは、生成プロセス206dとして機能する。 Acquisition program 207a functions as acquisition process 206a. Learning program 207b functions as learning process 206b. The prediction program 207c functions as a prediction process 206c. The generation program 207d functions as a generation process 206d.

取得プロセス206aの処理は、取得部151の処理に対応する。学習プロセス206bの処理は、学習部152の処理に対応する。予測プロセス206cの処理は、予測部153の処理に対応する。生成プロセス206dの処理は、生成部154の処理に対応する。 The processing of the acquisition process 206 a corresponds to the processing of the acquisition unit 151 . The processing of the learning process 206 b corresponds to the processing of the learning unit 152 . The processing of the prediction process 206 c corresponds to the processing of the prediction section 153 . Processing of the generation process 206 d corresponds to processing of the generation unit 154 .

なお、各プログラム207a~207dについては、必ずしも最初からハードディスク装置207に記憶させておかなくても良い。例えば、コンピュータ200に挿入されるフレキシブルディスク(FD)、CD-ROM、DVD、光磁気ディスク、ICカードなどの「可搬用の物理媒体」に各プログラムを記憶させておく。そして、コンピュータ200が各プログラム207a~207dを読み出して実行するようにしてもよい。 Note that the programs 207a to 207d do not necessarily have to be stored in the hard disk device 207 from the beginning. For example, each program is stored in a “portable physical medium” such as a flexible disk (FD), CD-ROM, DVD, magneto-optical disk, IC card, etc. inserted into the computer 200 . Then, the computer 200 may read and execute each of the programs 207a-207d.

10a,10b,10c 端末装置
20 ネットワーク
100 情報処理装置
110 通信部
120 入力部
130 表示部
140 記憶部
141 履歴データベース
142 予測モデル
150 制御部
151 取得部
152 学習部
153 予測部
154 生成部
10a, 10b, 10c terminal device 20 network 100 information processing device 110 communication unit 120 input unit 130 display unit 140 storage unit 141 history database 142 prediction model 150 control unit 151 acquisition unit 152 learning unit 153 prediction unit 154 generation unit

Claims (8)

過去に実施したプロジェクトのリスクに関する特徴量であって、前記プロジェクトで利用するハードウェアの規模、前記プロジェクトで提供するサービスの内容を含む前記特徴量と、前記プロジェクトに関する原価率の実績値との関係を基にして機械学習を実行することでモデルを生成する学習部と、
前記モデルに、あるプロジェクトの特徴量を入力し、前記あるプロジェクトの原価率を予測する予測部と
を有することを特徴とする情報処理装置。
Characteristic quantities related to risks of projects implemented in the past, including the scale of hardware used in said projects and the details of services provided in said projects, and the relationship between said characteristic quantities and actual values of cost rates related to said projects. A learning unit that generates a model by executing machine learning based on
An information processing apparatus, comprising: a prediction unit that inputs a feature amount of a certain project into the model and predicts a cost rate of the certain project.
前記ハードウェアの規模は、サーバ機器の台数、端末機器の台数、拠点数を含み、前記サービスの内容は、ファシリティを構築するか否かの情報、サーバ、ストレージを構築するか否かの情報、ネットワークを構築するか否かの情報、クラウドを構築するか否かの情報、データ移行を行うか否かの情報を含むことを特徴とする請求項1に記載の情報処理装置。 The scale of the hardware includes the number of server devices, the number of terminal devices, and the number of bases, and the content of the service includes information on whether to build facilities, information on whether to build servers and storage, 2. The information processing apparatus according to claim 1, further comprising information as to whether or not to construct a network, information as to whether or not to construct a cloud, and information as to whether or not to perform data migration. 前記予測部によって予測された前記あるプロジェクトの原価率と、ユーザによって事前設定された前記あるプロジェクトの予定原価率との差分を算出し、前記予定原価率と、前記差分との関係を示すグラフを生成する生成部を更に有することを特徴とする請求項1または2に記載の情報処理装置。 calculating a difference between the cost rate of the project predicted by the prediction unit and the planned cost rate of the project preset by the user, and creating a graph showing the relationship between the planned cost rate and the difference 3. The information processing apparatus according to claim 1, further comprising a generating unit for generating. 前記予測部は、同一のあるプロジェクトに関して、複数のユーザによって設定された複数の特徴量を取得し、複数の特徴量をそれぞれ前記モデルに入力して、複数の原価率を予測し、前記生成部は、ユーザと、該ユーザが設定した特徴量に対応する原価率とを対応付けた情報を更に生成することを特徴とする請求項3に記載の情報処理装置。 The prediction unit obtains a plurality of feature amounts set by a plurality of users with respect to the same project, inputs the plurality of feature amounts into the model, predicts a plurality of cost rates, and predicts a plurality of cost rates. 4. The information processing apparatus according to claim 3, further generating information in which the user and the cost rate corresponding to the feature set by the user are associated with each other. 前記あるプロジェクトの原価率の実績値を取得する度に、前記あるプロジェクトの特徴量と、前記あるプロジェクトの原価率の実績値とを記憶部に蓄積する取得部を更に有し、前記学習部は、前記記憶部に蓄積した情報を用いて、前記モデルの機械学習を再度実行することを特徴とする請求項1~4のいずれか一つに記載の情報処理装置。 an acquiring unit for accumulating the feature amount of the project and the actual cost ratio of the project in a storage unit each time the actual value of the cost ratio of the project is acquired; 5. The information processing apparatus according to any one of claims 1 to 4, wherein the machine learning of the model is executed again using the information accumulated in the storage unit. 過去に実施したプロジェクトのリスクに関する特徴量であって、前記プロジェクトで利用するハードウェアの規模、前記プロジェクトで提供するサービスの内容を含む前記特徴量と、前記プロジェクトに関する原価率の実績値との関係を基にして機械学習を実行することで生成されたモデルを記憶する記憶部と、
前記モデルに、あるプロジェクトの特徴量を入力し、前記あるプロジェクトの原価率を予測する予測部と
を有することを特徴とする情報処理装置。
Characteristic quantities related to risks of projects implemented in the past, including the scale of hardware used in said projects and the details of services provided in said projects, and the relationship between said characteristic quantities and actual values of cost rates related to said projects. A storage unit that stores a model generated by executing machine learning based on
An information processing apparatus, comprising: a prediction unit that inputs a feature amount of a certain project into the model and predicts a cost rate of the certain project.
コンピュータが実行する予測方法であって、
過去に実施したプロジェクトのリスクに関する特徴量であって、前記プロジェクトで利用するハードウェアの規模、前記プロジェクトで提供するサービスの内容を含む前記特徴量と、前記プロジェクトに関する原価率の実績値との関係を基にして機械学習を実行することでモデルを生成し、
前記モデルに、あるプロジェクトの特徴量を入力し、前記あるプロジェクトの原価率を予測する
処理を実行することを特徴とする予測方法。
A computer-implemented prediction method comprising:
Characteristic quantities related to risks of projects implemented in the past, including the scale of hardware used in said projects and the details of services provided in said projects, and the relationship between said characteristic quantities and actual values of cost rates related to said projects. Generate a model by performing machine learning based on
A forecasting method comprising: inputting a characteristic amount of a certain project into the model, and executing a process of forecasting a cost rate of the certain project.
コンピュータに、
過去に実施したプロジェクトのリスクに関する特徴量であって、前記プロジェクトで利用するハードウェアの規模、前記プロジェクトで提供するサービスの内容を含む前記特徴量と、前記プロジェクトに関する原価率の実績値との関係を基にして機械学習を実行することでモデルを生成し、
前記モデルに、あるプロジェクトの特徴量を入力し、前記あるプロジェクトの原価率を予測する
処理を実行させることを特徴とする予測プログラム。
to the computer,
Characteristic quantities related to risks of projects implemented in the past, including the scale of hardware used in said projects and the details of services provided in said projects, and the relationship between said characteristic quantities and actual values of cost rates related to said projects. Generate a model by performing machine learning based on
A forecasting program, characterized by inputting a feature quantity of a certain project into the model and causing it to execute a process of forecasting a cost rate of the certain project.
JP2021024408A 2021-02-18 2021-02-18 Information processing device, prediction method and prediction program Active JP7183319B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021024408A JP7183319B2 (en) 2021-02-18 2021-02-18 Information processing device, prediction method and prediction program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021024408A JP7183319B2 (en) 2021-02-18 2021-02-18 Information processing device, prediction method and prediction program

Publications (2)

Publication Number Publication Date
JP2022126374A JP2022126374A (en) 2022-08-30
JP7183319B2 true JP7183319B2 (en) 2022-12-05

Family

ID=83058785

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021024408A Active JP7183319B2 (en) 2021-02-18 2021-02-18 Information processing device, prediction method and prediction program

Country Status (1)

Country Link
JP (1) JP7183319B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004326475A (en) 2003-04-25 2004-11-18 Hitachi Ltd Automation method of project management in development division
JP2009187288A (en) 2008-02-06 2009-08-20 Nec Corp Method and device for detecting project modulation
JP2019144757A (en) 2018-02-19 2019-08-29 株式会社日立製作所 Project estimation support method and project estimation support apparatus
JP2019148973A (en) 2018-02-27 2019-09-05 株式会社日立ソリューションズ・クリエイト Project evaluation device, project evaluation method, and project evaluation program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004326475A (en) 2003-04-25 2004-11-18 Hitachi Ltd Automation method of project management in development division
JP2009187288A (en) 2008-02-06 2009-08-20 Nec Corp Method and device for detecting project modulation
JP2019144757A (en) 2018-02-19 2019-08-29 株式会社日立製作所 Project estimation support method and project estimation support apparatus
JP2019148973A (en) 2018-02-27 2019-09-05 株式会社日立ソリューションズ・クリエイト Project evaluation device, project evaluation method, and project evaluation program

Also Published As

Publication number Publication date
JP2022126374A (en) 2022-08-30

Similar Documents

Publication Publication Date Title
Jeon et al. A survey of simulation modeling techniques in production planning and control (PPC)
Borade et al. Software project effort and cost estimation techniques
US11068817B2 (en) Artificial intelligence and machine learning based project management assistance
CN109711860A (en) Prediction technique and device, storage medium, the computer equipment of user behavior
CN105989450A (en) Automated, accelerated prototype generation system
US10699225B2 (en) Production management support apparatus, production management support method, and production management support program
JP6467264B2 (en) Plan creation support apparatus and plan creation support method
Rinaldi et al. Workforce scheduling incorporating worker skills and ergonomic constraints
JP2018005666A (en) Human resources development assistance system
JP6270768B2 (en) Sales representative candidate extraction system
JP6395852B2 (en) Business situation management system and business situation management method
JP7183319B2 (en) Information processing device, prediction method and prediction program
JP5063444B2 (en) Line production management support method and apparatus
CN111951047A (en) Advertisement effect evaluation method based on artificial intelligence, terminal and storage medium
US20150100360A1 (en) Automated method and system for selecting and managing it consultants for it projects
Capa et al. Proactive project scheduling in an R&D department a bi-objective genetic algorithm
Serpell Improving conceptual cost estimating performance
JP2002244716A (en) Line capacity evaluation system
Sarkale et al. Decision automation for electric power network recovery
Bushra An Improved Technique for Software Cost Estimations in Agile Software Development using Soft Computing Techniques
JP2020102138A (en) Production results data analyzing device
Slavek et al. Software process measuring model
Falahah Risk management assessment using SERIM method
JP6951731B2 (en) Control program of the analysis device for occupational stress survey and the analysis device for occupational stress survey
Ngafidin et al. Software Effort Estimation with Use Case Point Approach on Website Builder Project: A Systematic Performance Evaluation

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210922

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20221025

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221122

R150 Certificate of patent or registration of utility model

Ref document number: 7183319

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150