Search results

  1. Support

    Basic Anatella Guide

    Anatella is a data Transformation tool known as an “ETL tool”, an acronym for “Extract, Transform and Load” Anatella is User-Friendly: Most data-transformations are meta-data-free: you don’t need to care about the meta-type of a column. In this regard, Anatella is like MS-Excel: In MS-Excel...
  2. Support

    How to license my TIMi ?

    Thanks for purchasing/renewing your TIMi license! The 1st step is to obtain your workstation “Hardware-ID” and send it to a TIMi sales-representative. the 2 .pdf attached will guide you through the few simple steps to enter your licensing details!
  3. Support

    How to Social Network Analysis

    additionally please find attached in Zip more examples and materials regarding the Social network analysis! Enjoy! ;)
  4. Support

    graph loops

    Please also find attached 2 zip files that give you examples on how to proceed!
  5. Support

    extract all sheets from an Excel

    yes you can and it's quite easy! the files contained the zip file attached shows you how to proceed
  6. Support

    Align files column based on header

    it is possible to do so by using the zip file attached that contains the necessary graphs
  7. Support

    GIT & version tracking

    it is possible to track the file version using GIT. the main requirement is to code it in UTF-8. Please refer to the Anatellaquickguide section "collaborative work" for further details and find attached a graph that contains the boxes to modify graph in bulk and then save them in Git.
  8. Support

    code in Python

    yes indeed as we have integrated the Python engine inside Anatella: see PDF in the attachment for more details
  9. Support

    Extract HTML data

    as yes the HTML can be online and it you can create the requested key as you can see in the zip attached
  10. Support

    Extract HTML data

    it is possible to read HTML data. we use the readXML box with the option "HTML"' ticked as per screenshot below and zip attached the most complicated part of this extraction is to find where the data starts. We suggest 2 methods: 1 use the XPATH tag (more details in the anatellaquickguide...
  11. Support

    Cobol: extract data and column name

    the readsquare box allows you to open Cobol data then you need to cpy/paste in the related importation Cobol code window and click import you should see the following message appears: Add a box called Column Rename, open its properties and click on the paste table Bouton
  12. Support

    cardinality

    when reading an XML file you should find all the required info. the way the related box works is detailed in the readXML section of the AnatellaQuick guide. Another way is to use an aggregate box as per the attached graph
  13. Support

    Anatella on MAC VM

    This specific setup requires a specific key, please contact your sales representative and ask for a network key.
  14. Support

    Concatenate Json string

    hi, the attached graph gives you a way of doing so. Please remember to use the option "One pre-formated column "as-is"
  15. Support

    Flatten/unflatten

    Please see attached examples to Flatten/unflatten your data
  16. Support

    better Regressions.

    We are participating in international "data mining" competitions with TIMi. The winner of these competitions is the one with the best (most accurate) models. In all these competitions, TIMi is systematically better than other "classical" tool... The most famous of these competitions are the KDD...
  17. Support

    reduce the number of variables

    Removing a variable with a small variance is not a good idea. Anyway, after z-normalization (https://en.wikipedia.org/wiki/Standard_score#Standardizing_in_mathematical_statistics , which is always applied in TIMi modeler and nearly always applied in all other modeling algorithms), all the...
  18. Support

    modeling errors? /Target Bias

    we strongly recommend consulting the attached .pdf which define and describes 5 very clear example.
  19. Support

    R

    Yes you can easily use R in Anatella, please find more details in the attached file “introduction_to_coding_in_R_with_Anatella_v5.pdf
  20. Support

    Python box doesn't work anymore

    Most of the Python libraries are still changing rapidly over time. This means that a code written in January might not work at all in February…be warned that any python code that you wrote might suddenly be "broken" if you update your python engine for a reason or another. For this reason, we...
Top