Enter your account information as follows and click the "Create Account" button.
A temporary registration completion email will be sent to the registered email address
Click the URL in the temporary registration completion email to complete your registration
Please confirm the precautions and proceed to the initial setup
Select one of the plans and click "Start Using Plan"
For Light plan and above, you will be redirected to the Stripe payment screen. For the Free plan, you will skip the payment screen and proceed to the next model creation screen
On the Stripe payment screen, enter your credit card information and click "Subscribe".
On the model creation screen, you will upload training data / test data to create an AI model and calculate scores
If you don't have sensor data on hand, click "Download Sample Data" to download sample data and use it as training data / test data
If you want to create a model later, click "Skip Model Creation" to complete the initial setup and move to the dashboard screen
Once the model creation is complete, the initial setup is finished. Please proceed to the dashboard screen
After logging in, the dashboard screen will be displayed.
Below, we will explain the features available on each screen in the side menu
On the dashboard screen, you can check the model's scores and graphs of sensor values
You can check the time series graph of the anomaly score.
You can check the anomaly score at that time by hovering your mouse over the graph. Also, by clicking, you can register comments on the score. By recording the situation when the score rises or the cause of anomalies, you can review them later
You can check the time series graph of each sensor value in the uploaded test data
On the data screen, you can check the uploaded test data in table format. In addition to sensor values, the table also displays the anomaly score (Anomaly Score), comments (Comment), and comment registrant (Commented by). Timestamps are displayed in hourly units, so if the uploaded data is not in hourly units, the sensor values displayed will be rounded to hourly averages.
Upload test data for which you want to calculate scores. The uploaded data will be reflected in the sensor data on the dashboard screen
Manually upload CSV files from your PC. You can upload files by clicking "Choose File" to select a file or by dragging and dropping data into the dotted frame
This is an upload via API using cURL commands. By using cron or similar to periodically execute the command, you can automatically upload data.
An API key is required for uploading via API. Click "Create/Update API Key" to create an API key. The API key is only displayed at the time of creation, so please make sure to save it. If you forget to save it or want to change it due to key leakage, etc., click "Create/Update API Key" to create a new key.
The following is an explanation of the cURL command:
Example: cURL command when the upload page URL is "https://lotuseye.co.jp/PROJECTID/api/upload/", the test data path is "/home/user/data.csv", and the API key is "AbCd1234.xxxxxxxxxxxxxxxxxxxx"
curl -X POST -F file=@/home/user/data.csv "https://lotuseye.co.jp/PROJECTID/api/upload/" -H "X-Api-Key: AbCd1234.xxxxxxxxxxxxxxxxxxxx"
Upload data to train the AI model. When data is uploaded, an AI model is created and the scores calculated by the new model are reflected on the dashboard screen.
Manually upload CSV files from your PC. You can upload files by clicking "Choose File" to select a file or by dragging and dropping data into the dotted frame
For information about the false positive reduction mode, please refer to 3-4-4. False Positive Reduction Mode
You can create a new model using test data from the period selected on the anomaly score graph. We recommend using this in the following cases:
You can specify the period to use as training data by clicking and selecting a range on the anomaly score graph. Check the "Training data start date" and "Training data end date", and if there are no issues, click "Create Model". Here are some points to note regarding period selection:
For information about the false positive reduction mode, please refer to 3-4-4. False Positive Reduction Mode
You can revert the AI model to the previously created model. The screen displays the date and time when the previous model was created (Model update date), training data start/end date, and whether the false positive reduction mode was used.
When you click "Rollback", the model will be reverted to the previous model, and the anomaly scores on the dashboard screen will be updated. Note that when you perform a rollback, the current model at that point is saved as the "previously created model". Therefore, if you perform a rollback twice, you will not go back to the model created two versions ago, but will return to the current model again.
By turning ON the "False Positive Reduction Mode" when creating a model, you can create a model that is less likely to produce false positives compared to the normal model. We recommend trying the false positive reduction mode in cases where false positives are likely to occur, such as when sensor values fluctuate significantly.
Here are some points to note when using the false positive reduction mode:
You can create a report that analyzes data from periods with high anomaly scores. In the report, you can check the following based on the "contribution" which represents how much each sensor value contributed to the increase in anomaly score at each time when the anomaly score exceeded the threshold:
You can create a report by selecting the target period on the anomaly score graph and then clicking "Create Report". Here are some points to note when creating a report:
You can change various parameters of the model and manage model initialization, creation, etc.
You can check and change various parameters related to the currently displayed model.
You can perform various management tasks related to the currently displayed model.
Create a new model. When you click the "Add Model" button, you will be redirected to the initial setup screen where you can configure a new model. Note that you can only have one Free plan model per account, so if you are already using a Free plan, you cannot create a new Free plan model.
You can manage members who use the model.
You can check the list of members. By clicking the "Edit" button, you can change member permissions or delete members.
Add members who can use the model. Enter the information of the member you want to add and click the "Invite User" button to send an email. By clicking the URL in the email, the invited user will be able to use the model.
You can check frequently asked questions and their answers.
You can set the following items. You can also check the number of models for which the logged-in user has Owner permission.
If you want to change your password, please set a new password from Forgot Password on the login screen.
You can log out by clicking on the username (email address) in the upper right corner and pressing "Logout".
For information about pricing plans, please see here.
You can cancel your subscription by deleting the model. To delete a model, click "Model
Deletion" from 3-6-2. Model Management.
If you wish to delete your account information, please contact us at info[at]lotuseye.co.jp.