1 / 12

PICALO

PICALO. is a data analysis application, with focus in fraud detection and data retrieved from corporate databases. It is also the foundation for an automated fraud detection system.

carr
Télécharger la présentation

PICALO

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PICALO

  2. is a data analysis application, with focus in fraud detection and data retrieved from corporate databases. It is also the foundation for an automated fraud detection system • is currently focused on data analysis for fraud and corruption detection. However, it is an open framework that could actually be used for many different types of data analysis: network logs, scientific data, any type of database-oriented data, and data mining. PICALO

  3. Picalo is released in two formats. First, as a pure-Python library that is used by simply "import picalo" or "from picalo import *" in any Python script. Python programmers will be primarily interested in the library version. This format is installed in the typical Python fashion, either as an .egg via setuptools, or via "python setup.py install" from the source . Second, Picalo is released as a standalone, wx-Python-based GUI environment that allow end users to access the Picalo libraries. This version is packaged as a Windows setup.exe file, Mac application bundle, and Linux rpm and deb files. The user may not realize Python is even being used when running the full application environment. PICALO

  4. Main screen

  5.  The main screen is split into three areas: • The project browser (left side) • The work area(top tabs) • The shell (bottom tabs) PICALO 2 1 3

  6. The project browser shows the tables, database connections, saved queries, and scripts available in this project.  These correspond to a directory on the user’s machine. PICALO

  7. The work area shows the tables or scripts that are currently open and in memory.  It provides a spreadsheet-type view of the data and filter capabilities along the top. PICALO

  8. The shell provides a direct interface to the Picalo engine.  As the user interacts with tables, menu options, etc., Picalo shows the actual commands being run behind the scenes.  The user can simply use the graphical menus or type commands directly into the shell.  The Script Output and History tabs provide feedback from scripts as well as a full history of everything done in the project. PICALO

  9. Importing of data

  10. Function composer Picalo contains a large library of functions that help users analyze their data. The Function Composer (pictured above) lists all the available functions with their documentation, parameters, and return values.

  11. Detectlets are one of the most exciting parts of the Picalo architecture. They allow non-programmers to run analysis routines created by others. See the detectlets page for more information. Detectlet Wizard: This open source wizard provides access to all detectlets installed at your location. It guides users through the use and application of detectlets in fraud analysis. PICALO

  12. Example uses of Picalo: - Analyzing financial data, employee records, and purchasing systems for errors and fraud - Interactively analyzing network events, web server logs, and system login records - Embedding controls and fraud testing routines into production systems PICALO

More Related