Search results

  1. Support

    JSON

    Yes Anatella can read JSON files please find attached a graph to illustrate and guide you.
  2. Support

    word or pdf import?

    The usual pdf tool as Acrobat or Foxit reader allows saving the file in the .txt format. To automate the process we recommend AutoHotkey.
  3. Support

    Automatic translation

    There is a box allowing you to use different API (e.g google translate or Semantria) that can be used to automate the translation process.
  4. Support

    Can I perform "pivoting"in Anatella and how?

    Please see the attached file with a clear example on how to realize this.
  5. Support

    Count and Filter Lines!?

    You can use the action/box FilterRow by declaring a variable in the left panel to use the expression, please see attached graph.
  6. Support

    Teradata Conexion

    you can connect whether through ODBC (the pdf attached details how to proceed) or FastExport. Depending on the version of Teradata you're using the guides are available here: http://www.anatella.com/downloads/teradata/
  7. Support

    anatella in text format

    the 2 graphs attached show you possible ways to follow
  8. Support

    parse a date

    Please check the attached Graph
  9. Support

    language detection algorithm?

    Anatella uses CLD2 as Google Chrome. Please note as per the comparative study attached: “...across the full set of 65 languages, CLD2 is the single best-performing system”.
  10. Support

    How to sample data?

    The attached graph shows you how to proceed.
  11. Support

    How to Social Network Analysis

    Anatella can perform mining actions and the attached .pdf and related graph will focus on this analysis
  12. Support

    variable univariate importance

    Have a look at the "TIMi Audit report" (the result of the TIMi univariate analysis). The last section of this report contains the "univariate importance" of each variable. For binary targets, the "univariate importance" of a variable X is just the AUC of the lift of the univariate...
  13. Support

    TIMi modeler for my marketing department

    Marketing is where the predictive models usually generate the highest ROI, so it's where it's the more important to have a good tool. Also, in marketing, you usually end-up with datasets with several million rows and several thousand variables (our typical solution in telecom uses 2500...
  14. Support

    Why is TIMi modeler so fast?

    We wrote from scratch all linear algebra routines to use the "CPU cache" better than in any other application. All our routines are vectorized and multi-threaded.The "Elastic Net" algorithm included inside TIMi is 100% written from scratch: no sub-standard code here! We have also our own...
  15. Support

    good model

    There are 3 main common criteria's when evaluating the quality of predictive models: 1. Are the predictions accurate? We are interested in the height of the lift curve. Lift is a measure of the performance of a targeting model (association rule) at predicting or classifying cases as having an...
  16. Support

    create a sub graph (Graph within a Graph)

    yes, it is possible. Section “How to group several Actions into one unique Action?” in the Anatella quick guide details this simple process. The gist is to simply create an original .anatella graph (that contains the grouped actions) and to customize the parameter “datain” and “fileout”...
  17. Support

    graph loops

    You can use the dedicated box For further detail and how to run them in parallel please refer to the related quick guide and section How to create “Loops” inside Anatella?
  18. Support

    auto bin numerical value

    Please see in the attached file (autoBinning_v2.anatella )with the recommend solution and note that in the case of a simple graph you can right on the column header in the Anatella data preview and select “Create chart as value var” Please refer to the Anatella Quick Guide for further details.
  19. Support

    Data Sources

    Anatella offers you a direct access to all the “classical” relational databases via ODBC & OLEDB connectors (Oracle, SQLServer, MySQL, TerraData, ...). You can use free ODBC drivers published by IBM-SPSS on the IBM website as it also includes some other ODBC drivers for other types of data...
  20. Support

    SAS

    the easy way is to use the ready-to-use box , it reads natively.SAS7BDAT files, .SAV files and .DTA files.
Top