Skip to content

gabrielaranda2/andreani_aa_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andreani Advanced Analytics testing

Instalar usando pip


pip install andreani-aa-testing

Importación


import aa_testing

Ejemplo de uso

  • Testing

from aa_testing import testing

if __name__ == "__main__":

  test = Testing(function1, function2, dataset)
  test.compare_functions()
  response = test.create_response()

Listado de funciones agregadas:

  • Testing: Comparación de latencia entre dos funciones.

Listado de funciones a agregar:

  • Aplicar funcion de metricas.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages