-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#16 Update Data Visualization Example
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from ai_data_science_team.agents.data_cleaning_agent import make_data_cleaning_agent, DataCleaningAgent | ||
from ai_data_science_team.agents.feature_engineering_agent import make_feature_engineering_agent | ||
from ai_data_science_team.agents.data_wrangling_agent import make_data_wrangling_agent | ||
from ai_data_science_team.agents.sql_database_agent import make_sql_database_agent | ||
from ai_data_science_team.agents.data_visualization_agent import make_data_visualization_agent | ||
from ai_data_science_team.agents.feature_engineering_agent import make_feature_engineering_agent, FeatureEngineeringAgent | ||
from ai_data_science_team.agents.data_wrangling_agent import make_data_wrangling_agent, DataWranglingAgent | ||
from ai_data_science_team.agents.sql_database_agent import make_sql_database_agent, SQLDatabaseAgent | ||
from ai_data_science_team.agents.data_visualization_agent import make_data_visualization_agent, DataVisualizationAgent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters