API reference for the DataAnalyzr constructor
Constructor method for initializing a DataAnalyzr
object.
The type of analysis to be performed.
API key for accessing LLM services. May also be set as an environment variable.
Dictionary of class parameters. Accepts max_retries
, time_limit
, and auto_train
.
LLM instance for generating analysis. Default LLM used is GPT-4o.
For details on configuring the LLM, see the Large Language Models guide.
LLM instance for performing analysis. Default LLM used is GPT-4o.
For details on configuring the LLM, see the Large Language Models guide.
Context for analysis and response generation. Default is an empty string.
analysis
, visualisation
, insights
, recommendations
, and tasks
.ask
method.Dictionary of logging parameters. Accepts log_filename
, log_level
, and print_log
.
DataAnalyzr object for performing conversational data analysis.