abacusai 0.63.0__tar.gz → 0.63.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of abacusai might be problematic. Click here for more details.

Files changed (494) hide show
  1. {abacusai-0.63.0/abacusai.egg-info → abacusai-0.63.1}/PKG-INFO +1 -1
  2. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_client_utils.py +24 -0
  3. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/client.py +10 -10
  4. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/execute_fg_operation.py +4 -4
  5. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_version.py +24 -5
  6. {abacusai-0.63.0 → abacusai-0.63.1/abacusai.egg-info}/PKG-INFO +1 -1
  7. {abacusai-0.63.0 → abacusai-0.63.1}/setup.py +1 -1
  8. {abacusai-0.63.0 → abacusai-0.63.1}/.gitignore +0 -0
  9. {abacusai-0.63.0 → abacusai-0.63.1}/LICENSE +0 -0
  10. {abacusai-0.63.0 → abacusai-0.63.1}/README.md +0 -0
  11. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/__init__.py +0 -0
  12. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/algorithm.py +0 -0
  13. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/annotation.py +0 -0
  14. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/annotation_config.py +0 -0
  15. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/annotation_entry.py +0 -0
  16. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/annotations_status.py +0 -0
  17. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_class/__init__.py +0 -0
  18. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_class/abstract.py +0 -0
  19. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_class/dataset.py +0 -0
  20. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_class/enums.py +0 -0
  21. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_class/feature_group.py +0 -0
  22. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_class/model.py +0 -0
  23. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_endpoint.py +0 -0
  24. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/api_key.py +0 -0
  25. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/application_connector.py +0 -0
  26. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/batch_prediction.py +0 -0
  27. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/batch_prediction_version.py +0 -0
  28. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/categorical_range_violation.py +0 -0
  29. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/chat_message.py +0 -0
  30. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/chat_session.py +0 -0
  31. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/code_source.py +0 -0
  32. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/concatenation_config.py +0 -0
  33. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/cryptography.py +0 -0
  34. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/custom_loss_function.py +0 -0
  35. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/custom_metric.py +0 -0
  36. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/custom_metric_version.py +0 -0
  37. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/custom_train_function_info.py +0 -0
  38. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/data_consistency_duplication.py +0 -0
  39. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/data_prep_logs.py +0 -0
  40. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/data_quality_results.py +0 -0
  41. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/database_connector.py +0 -0
  42. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/dataset.py +0 -0
  43. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/dataset_column.py +0 -0
  44. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/dataset_version.py +0 -0
  45. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/deployment.py +0 -0
  46. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/deployment_auth_token.py +0 -0
  47. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/document.py +0 -0
  48. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/document_annotation.py +0 -0
  49. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/document_store.py +0 -0
  50. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/document_store_import.py +0 -0
  51. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/drift_distribution.py +0 -0
  52. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/drift_distributions.py +0 -0
  53. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda.py +0 -0
  54. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda_chart_description.py +0 -0
  55. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda_collinearity.py +0 -0
  56. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda_data_consistency.py +0 -0
  57. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda_feature_association.py +0 -0
  58. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda_feature_collinearity.py +0 -0
  59. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda_forecasting_analysis.py +0 -0
  60. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/eda_version.py +0 -0
  61. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/embedding_feature_drift_distribution.py +0 -0
  62. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature.py +0 -0
  63. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_drift_summary.py +0 -0
  64. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group.py +0 -0
  65. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_export.py +0 -0
  66. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_export_config.py +0 -0
  67. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_export_download_url.py +0 -0
  68. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_lineage.py +0 -0
  69. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_metrics.py +0 -0
  70. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_template.py +0 -0
  71. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_group_template_variable_options.py +0 -0
  72. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_importance.py +0 -0
  73. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/feature_record.py +0 -0
  74. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/file_connector.py +0 -0
  75. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/file_connector_instructions.py +0 -0
  76. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/file_connector_verification.py +0 -0
  77. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/forecasting_analysis_graph_data.py +0 -0
  78. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/function_logs.py +0 -0
  79. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/generated_pit_feature_config_option.py +0 -0
  80. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/graph_dashboard.py +0 -0
  81. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/indexing_config.py +0 -0
  82. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/item_statistics.py +0 -0
  83. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/llm_code_block.py +0 -0
  84. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/llm_input.py +0 -0
  85. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/llm_response.py +0 -0
  86. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/llm_search_result.py +0 -0
  87. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model.py +0 -0
  88. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_artifacts_export.py +0 -0
  89. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_location.py +0 -0
  90. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_metrics.py +0 -0
  91. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_monitor.py +0 -0
  92. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_monitor_org_summary.py +0 -0
  93. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_monitor_summary.py +0 -0
  94. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_monitor_summary_from_org.py +0 -0
  95. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_monitor_version.py +0 -0
  96. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_monitor_version_metric_data.py +0 -0
  97. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_training_type_for_deployment.py +0 -0
  98. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_upload.py +0 -0
  99. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/model_version.py +0 -0
  100. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/modification_lock_info.py +0 -0
  101. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/module.py +0 -0
  102. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/monitor_alert.py +0 -0
  103. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/monitor_alert_version.py +0 -0
  104. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/natural_language_explanation.py +0 -0
  105. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/nested_feature.py +0 -0
  106. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/notebook_completion.py +0 -0
  107. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/null_violation.py +0 -0
  108. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/organization_group.py +0 -0
  109. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/pipeline.py +0 -0
  110. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/pipeline_reference.py +0 -0
  111. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/pipeline_step.py +0 -0
  112. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/pipeline_step_version.py +0 -0
  113. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/pipeline_step_version_reference.py +0 -0
  114. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/pipeline_version.py +0 -0
  115. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/point_in_time_feature.py +0 -0
  116. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/point_in_time_group.py +0 -0
  117. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/point_in_time_group_feature.py +0 -0
  118. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/prediction_client.py +0 -0
  119. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/prediction_dataset.py +0 -0
  120. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/prediction_feature_group.py +0 -0
  121. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/prediction_input.py +0 -0
  122. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/prediction_metric.py +0 -0
  123. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/prediction_metric_version.py +0 -0
  124. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/problem_type.py +0 -0
  125. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/project.py +0 -0
  126. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/project_dataset.py +0 -0
  127. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/project_validation.py +0 -0
  128. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/public.pem +0 -0
  129. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/python_function.py +0 -0
  130. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/python_function_validator.py +0 -0
  131. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/python_plot_function.py +0 -0
  132. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/range_violation.py +0 -0
  133. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/refresh_pipeline_run.py +0 -0
  134. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/refresh_policy.py +0 -0
  135. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/refresh_schedule.py +0 -0
  136. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/requirements.txt +0 -0
  137. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/resolved_feature_group_template.py +0 -0
  138. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/return_class.py +0 -0
  139. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/schema.py +0 -0
  140. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/streaming_auth_token.py +0 -0
  141. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/streaming_client.py +0 -0
  142. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/streaming_connector.py +0 -0
  143. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/training_config_options.py +0 -0
  144. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/type_violation.py +0 -0
  145. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/upload.py +0 -0
  146. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/upload_part.py +0 -0
  147. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/use_case.py +0 -0
  148. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/use_case_requirements.py +0 -0
  149. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/user.py +0 -0
  150. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/user_exception.py +0 -0
  151. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai/webhook.py +0 -0
  152. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai.egg-info/SOURCES.txt +0 -0
  153. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai.egg-info/dependency_links.txt +0 -0
  154. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai.egg-info/requires.txt +0 -0
  155. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai.egg-info/top_level.txt +0 -0
  156. {abacusai-0.63.0 → abacusai-0.63.1}/abacusai.egg-info/zip-safe +0 -0
  157. {abacusai-0.63.0 → abacusai-0.63.1}/docs/.buildinfo +0 -0
  158. {abacusai-0.63.0 → abacusai-0.63.1}/docs/.nojekyll +0 -0
  159. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  160. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  161. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
  162. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  163. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
  164. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
  165. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
  166. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
  167. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
  168. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
  169. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
  170. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
  171. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
  172. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  173. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  174. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  175. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  176. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  177. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
  178. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
  179. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  180. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  181. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  182. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  183. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  184. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  185. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  186. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  187. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  188. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  189. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  190. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
  191. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
  192. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  193. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  194. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
  195. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  196. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  197. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  198. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  199. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  200. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  201. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  202. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  203. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  204. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  205. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  206. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  207. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  208. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
  209. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  210. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  211. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
  212. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  213. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  214. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
  215. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  216. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  217. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  218. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  219. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
  220. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  221. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  222. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
  223. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  224. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  225. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  226. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  227. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  228. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  229. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  230. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  231. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  232. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
  233. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  234. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  235. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  236. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  237. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
  238. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  239. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  240. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  241. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  242. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  243. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  244. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  245. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
  246. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  247. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  248. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  249. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  250. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  251. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  252. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  253. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  254. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
  255. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  256. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  257. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  258. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  259. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  260. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
  261. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
  262. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
  263. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
  264. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  265. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  266. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  267. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
  268. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  269. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  270. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  271. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  272. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  273. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  274. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  275. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
  276. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  277. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  278. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
  279. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
  280. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  281. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  282. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  283. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  284. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  285. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  286. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  287. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  288. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  289. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
  290. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  291. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  292. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  293. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  294. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  295. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  296. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  297. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  298. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  299. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  300. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_sources/index.rst.txt +0 -0
  301. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  302. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/basic.css +0 -0
  303. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/badge_only.css +0 -0
  304. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  305. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  306. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  307. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  308. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  309. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  310. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  311. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  312. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  313. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  314. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  315. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-bold.woff +0 -0
  316. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  317. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  318. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  319. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-normal.woff +0 -0
  320. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  321. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/css/theme.css +0 -0
  322. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/doctools.js +0 -0
  323. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/documentation_options.js +0 -0
  324. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/file.png +0 -0
  325. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/graphviz.css +0 -0
  326. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/jquery-3.5.1.js +0 -0
  327. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/jquery-3.6.0.js +0 -0
  328. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/jquery.js +0 -0
  329. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/js/badge_only.js +0 -0
  330. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  331. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/js/html5shiv.min.js +0 -0
  332. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/js/theme.js +0 -0
  333. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/language_data.js +0 -0
  334. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/minus.png +0 -0
  335. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/plus.png +0 -0
  336. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/pygments.css +0 -0
  337. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/searchtools.js +0 -0
  338. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/sphinx_highlight.js +0 -0
  339. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/underscore-1.13.1.js +0 -0
  340. {abacusai-0.63.0 → abacusai-0.63.1}/docs/_static/underscore.js +0 -0
  341. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/algorithm/index.html +0 -0
  342. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/annotation/index.html +0 -0
  343. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
  344. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
  345. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
  346. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
  347. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
  348. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
  349. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
  350. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_class/index.html +0 -0
  351. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
  352. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
  353. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
  354. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/api_key/index.html +0 -0
  355. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/application_connector/index.html +0 -0
  356. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
  357. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
  358. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
  359. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
  360. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/client/index.html +0 -0
  361. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/code_source/index.html +0 -0
  362. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
  363. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/cryptography/index.html +0 -0
  364. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
  365. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
  366. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
  367. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
  368. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
  369. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  370. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
  371. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
  372. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/database_connector/index.html +0 -0
  373. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/dataset/index.html +0 -0
  374. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
  375. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
  376. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/deployment/index.html +0 -0
  377. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
  378. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/document/index.html +0 -0
  379. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
  380. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/document_store/index.html +0 -0
  381. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
  382. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
  383. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
  384. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda/index.html +0 -0
  385. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
  386. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
  387. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
  388. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
  389. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
  390. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
  391. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  392. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/eda_version/index.html +0 -0
  393. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
  394. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature/index.html +0 -0
  395. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
  396. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group/index.html +0 -0
  397. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
  398. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
  399. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
  400. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
  401. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
  402. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
  403. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
  404. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
  405. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
  406. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/feature_record/index.html +0 -0
  407. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/file_connector/index.html +0 -0
  408. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
  409. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
  410. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
  411. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/function_logs/index.html +0 -0
  412. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
  413. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
  414. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/index.html +0 -0
  415. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
  416. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
  417. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  418. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  419. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model/index.html +0 -0
  420. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
  421. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_location/index.html +0 -0
  422. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
  423. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
  424. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
  425. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
  426. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
  427. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
  428. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
  429. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
  430. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_upload/index.html +0 -0
  431. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/model_version/index.html +0 -0
  432. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
  433. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/module/index.html +0 -0
  434. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
  435. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
  436. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
  437. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
  438. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  439. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  440. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/null_violation/index.html +0 -0
  441. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/organization_group/index.html +0 -0
  442. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/pipeline/index.html +0 -0
  443. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
  444. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
  445. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
  446. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
  447. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
  448. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
  449. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
  450. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
  451. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
  452. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
  453. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
  454. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
  455. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  456. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/problem_type/index.html +0 -0
  457. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/project/index.html +0 -0
  458. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
  459. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/project_validation/index.html +0 -0
  460. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/python_function/index.html +0 -0
  461. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
  462. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
  463. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/range_violation/index.html +0 -0
  464. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
  465. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
  466. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
  467. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
  468. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/return_class/index.html +0 -0
  469. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/schema/index.html +0 -0
  470. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
  471. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
  472. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
  473. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
  474. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/type_violation/index.html +0 -0
  475. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/upload/index.html +0 -0
  476. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/upload_part/index.html +0 -0
  477. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/use_case/index.html +0 -0
  478. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
  479. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/user/index.html +0 -0
  480. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/user_exception/index.html +0 -0
  481. {abacusai-0.63.0 → abacusai-0.63.1}/docs/autoapi/abacusai/webhook/index.html +0 -0
  482. {abacusai-0.63.0 → abacusai-0.63.1}/docs/genindex.html +0 -0
  483. {abacusai-0.63.0 → abacusai-0.63.1}/docs/index.html +0 -0
  484. {abacusai-0.63.0 → abacusai-0.63.1}/docs/objects.inv +0 -0
  485. {abacusai-0.63.0 → abacusai-0.63.1}/docs/py-modindex.html +0 -0
  486. {abacusai-0.63.0 → abacusai-0.63.1}/docs/search.html +0 -0
  487. {abacusai-0.63.0 → abacusai-0.63.1}/docs/searchindex.js +0 -0
  488. {abacusai-0.63.0 → abacusai-0.63.1}/examples/fullscript.py +0 -0
  489. {abacusai-0.63.0 → abacusai-0.63.1}/featurestore.md +0 -0
  490. {abacusai-0.63.0 → abacusai-0.63.1}/requirements.txt +0 -0
  491. {abacusai-0.63.0 → abacusai-0.63.1}/setup.cfg +0 -0
  492. {abacusai-0.63.0 → abacusai-0.63.1}/sphinx/build_docs +0 -0
  493. {abacusai-0.63.0 → abacusai-0.63.1}/sphinx/conf.py +0 -0
  494. {abacusai-0.63.0 → abacusai-0.63.1}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: abacusai
3
- Version: 0.63.0
3
+ Version: 0.63.1
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -21,3 +21,27 @@ def get_clean_function_source_code(func: Callable):
21
21
  # If function source code has some initial indentation, remove it (Ex - can happen if the functor was defined inside a function)
22
22
  source_code = dedent(source_code)
23
23
  return source_code
24
+
25
+
26
+ def avro_to_pandas_dtype(avro_type):
27
+ avro_pandas_dtypes = {
28
+ 'long': 'Int64',
29
+ 'int': 'Int32',
30
+ 'float': 'float32',
31
+ 'double': 'float64',
32
+ 'string': 'object',
33
+ 'boolean': 'bool',
34
+ 'bytes': 'object',
35
+ 'null': 'object',
36
+ }
37
+
38
+ if isinstance(avro_type, dict):
39
+ avro_type = avro_type['type']
40
+
41
+ return avro_pandas_dtypes.get(avro_type, 'object')
42
+
43
+
44
+ def get_non_nullable_type(types):
45
+ non_nullable_types = [
46
+ avro_type for avro_type in types if avro_type != 'null']
47
+ return non_nullable_types[0] if non_nullable_types else None
@@ -637,7 +637,7 @@ class ReadOnlyClient(BaseApiClient):
637
637
  FeatureGroup: All the feature groups associated with the specified Python function ID."""
638
638
  return self._call_api('listPythonFunctionFeatureGroups', 'GET', query_params={'name': name, 'limit': limit}, parse_type=FeatureGroup)
639
639
 
640
- def execute_async_fg_operation(self, query: str = None) -> ExecuteFgOperation:
640
+ def execute_async_feature_group_operation(self, query: str = None) -> ExecuteFgOperation:
641
641
  """Starts the execution of fg operation
642
642
 
643
643
  Args:
@@ -645,9 +645,9 @@ class ReadOnlyClient(BaseApiClient):
645
645
 
646
646
  Returns:
647
647
  ExecuteFgOperation: A dict that contains the execution status"""
648
- return self._call_api('executeAsyncFGOperation', 'GET', query_params={'query': query}, parse_type=ExecuteFgOperation)
648
+ return self._call_api('executeAsyncFeatureGroupOperation', 'GET', query_params={'query': query}, parse_type=ExecuteFgOperation)
649
649
 
650
- def download_execute_fg_operation_result_part_chunk(self, execute_fg_operation_run_id: str, part: int, offset: int = 0, chunk_size: int = 10485760) -> Dict:
650
+ def download_execute_feature_group_operation_result_part_chunk(self, execute_fg_operation_run_id: str, part: int, offset: int = 0, chunk_size: int = 10485760) -> Dict:
651
651
  """Downloads a chunk of the result of the execution of fg operation
652
652
 
653
653
  Args:
@@ -655,7 +655,7 @@ class ReadOnlyClient(BaseApiClient):
655
655
  part (int): The part number of the result
656
656
  offset (int): The offset in the part
657
657
  chunk_size (int): The size of the chunk"""
658
- return self._call_api('downloadExecuteFGOperationResultPartChunk', 'GET', query_params={'executeFgOperationRunId': execute_fg_operation_run_id, 'part': part, 'offset': offset, 'chunkSize': chunk_size})
658
+ return self._call_api('downloadExecuteFeatureGroupOperationResultPartChunk', 'GET', query_params={'executeFgOperationRunId': execute_fg_operation_run_id, 'part': part, 'offset': offset, 'chunkSize': chunk_size})
659
659
 
660
660
  def get_feature_group_version_export_download_url(self, feature_group_export_id: str) -> FeatureGroupExportDownloadUrl:
661
661
  """Get a link to download the feature group version.
@@ -2452,7 +2452,7 @@ class ApiClient(ReadOnlyClient):
2452
2452
  agent_function_name = agent_function.__name__
2453
2453
  return self.update_agent(model_id=model_id, function_source_code=function_source_code, agent_function_name=agent_function_name, memory=memory, package_requirements=package_requirements)
2454
2454
 
2455
- def execute_fg_sql(self, sql):
2455
+ def execute_feature_group_sql(self, sql):
2456
2456
  """
2457
2457
  Execute a SQL query on the feature groups
2458
2458
 
@@ -2462,7 +2462,7 @@ class ApiClient(ReadOnlyClient):
2462
2462
  Returns:
2463
2463
  pandas.DataFrame: The result of the query.
2464
2464
  """
2465
- execute_query = self.execute_async_fg_operation(sql)
2465
+ execute_query = self.execute_async_feature_group_operation(sql)
2466
2466
  execute_query.wait_for_execution()
2467
2467
  return execute_query.load_as_pandas()
2468
2468
 
@@ -3236,7 +3236,7 @@ Creates a new feature group defined as the union of other feature group versions
3236
3236
  lookup_keys (list): List of feature names which can be used in the lookup API to restrict the computation to a set of dataset rows. These feature names have to correspond to underlying dataset columns."""
3237
3237
  return self._call_api('setFeatureGroupIndexingConfig', 'POST', query_params={}, body={'featureGroupId': feature_group_id, 'primaryKey': primary_key, 'updateTimestampKey': update_timestamp_key, 'lookupKeys': lookup_keys})
3238
3238
 
3239
- def describe_async_fg_operation(self, execute_fg_operation_run_id: str) -> ExecuteFgOperation:
3239
+ def describe_async_feature_group_operation(self, execute_fg_operation_run_id: str) -> ExecuteFgOperation:
3240
3240
  """Gets the status of the execution of fg operation
3241
3241
 
3242
3242
  Args:
@@ -3244,14 +3244,14 @@ Creates a new feature group defined as the union of other feature group versions
3244
3244
 
3245
3245
  Returns:
3246
3246
  ExecuteFgOperation: A dict that contains the execution status"""
3247
- return self._call_api('describeAsyncFGOperation', 'POST', query_params={}, body={'executeFgOperationRunId': execute_fg_operation_run_id}, parse_type=ExecuteFgOperation)
3247
+ return self._call_api('describeAsyncFeatureGroupOperation', 'POST', query_params={}, body={'executeFgOperationRunId': execute_fg_operation_run_id}, parse_type=ExecuteFgOperation)
3248
3248
 
3249
- def get_execute_fg_operation_result_part_count(self, execute_fg_operation_run_id: str) -> None:
3249
+ def get_execute_feature_group_operation_result_part_count(self, execute_fg_operation_run_id: str) -> None:
3250
3250
  """Gets the number of parts in the result of the execution of fg operation
3251
3251
 
3252
3252
  Args:
3253
3253
  execute_fg_operation_run_id (str): The unique ID associated with the execution."""
3254
- return self._call_api('getExecuteFGOperationResultPartCount', 'POST', query_params={}, body={'executeFgOperationRunId': execute_fg_operation_run_id})
3254
+ return self._call_api('getExecuteFeatureGroupOperationResultPartCount', 'POST', query_params={}, body={'executeFgOperationRunId': execute_fg_operation_run_id})
3255
3255
 
3256
3256
  def update_feature_group(self, feature_group_id: str, description: str = None) -> FeatureGroup:
3257
3257
  """Modify an existing Feature Group.
@@ -72,7 +72,7 @@ class ExecuteFgOperation(AbstractApiClass):
72
72
  return self
73
73
 
74
74
  def describe(self):
75
- return self.client.describe_async_fg_operation(self.execute_fg_operation_run_id)
75
+ return self.client.describe_async_feature_group_operation(self.execute_fg_operation_run_id)
76
76
 
77
77
  # internal call
78
78
  def _download_avro_file(self, file_part, tmp_dir):
@@ -80,7 +80,7 @@ class ExecuteFgOperation(AbstractApiClass):
80
80
  part_path = os.path.join(tmp_dir, f'{file_part}.avro')
81
81
  with open(part_path, 'wb') as file:
82
82
  while True:
83
- with self.client._call_api('downloadExecuteFGOperationResultPartChunk', 'GET', query_params={'executeFgOperationRunId': self.execute_fg_operation_run_id, 'part': file_part, 'offset': offset}, streamable_response=True) as chunk:
83
+ with self.client._call_api('downloadExecuteFeatureGroupOperationResultPartChunk', 'GET', query_params={'executeFgOperationRunId': self.execute_fg_operation_run_id, 'part': file_part, 'offset': offset}, streamable_response=True) as chunk:
84
84
  bytes_written = file.write(chunk.read())
85
85
  if not bytes_written:
86
86
  break
@@ -100,8 +100,8 @@ class ExecuteFgOperation(AbstractApiClass):
100
100
  import fastavro
101
101
  import pandas as pd
102
102
 
103
- file_parts = range(self.client._call_api('getExecuteFGOperationResultPartCount', 'POST', query_params={
104
- 'executeFgOperationRunId': self.execute_fg_operation_run_id}))
103
+ file_parts = range(self.client._call_api('getExecuteFeatureGroupOperationResultPartCount',
104
+ 'POST', query_params={'executeFgOperationRunId': self.execute_fg_operation_run_id}))
105
105
  data_df = pd.DataFrame()
106
106
  with ThreadPoolExecutor(max_workers=max_workers) as executor:
107
107
  with tempfile.TemporaryDirectory() as tmp_dir:
@@ -222,6 +222,8 @@ class FeatureGroupVersion(AbstractApiClass):
222
222
  import fastavro
223
223
  import pandas as pd
224
224
 
225
+ from .api_client_utils import avro_to_pandas_dtype, get_non_nullable_type
226
+
225
227
  file_parts = range(self.client._call_api(
226
228
  '_getFeatureGroupVersionPartCount', 'GET', query_params={'featureGroupVersion': self.id}))
227
229
  data_df = pd.DataFrame()
@@ -234,9 +236,26 @@ class FeatureGroupVersion(AbstractApiClass):
234
236
  part_path = future.result()
235
237
  with open(part_path, 'rb') as part_data:
236
238
  reader = fastavro.reader(part_data)
237
- df_parts.append(pd.DataFrame([r for r in reader]))
238
- data_df = pd.concat(df_parts, ignore_index=True)
239
- for col in data_df.columns:
240
- if pd.core.dtypes.common.is_datetime64_ns_dtype(data_df[col]):
241
- data_df[col] = data_df[col].dt.tz_localize(None)
239
+ schema = reader.writer_schema
240
+ col_dtypes = {}
241
+ for field in schema['fields']:
242
+ field_name = field['name']
243
+ field_type = field['type']
244
+ if isinstance(field_type, list):
245
+ field_type = get_non_nullable_type(field_type)
246
+ pandas_dtype = avro_to_pandas_dtype(field_type)
247
+ col_dtypes[field_name] = pandas_dtype
248
+ df_part = pd.DataFrame.from_records(
249
+ [r for r in reader], columns=col_dtypes.keys())
250
+
251
+ for col in df_part.columns:
252
+ if pd.core.dtypes.common.is_datetime64_ns_dtype(df_part[col]):
253
+ df_part[col] = df_part[col].dt.tz_localize(
254
+ None)
255
+ else:
256
+ df_part[col] = df_part[col].astype(
257
+ col_dtypes[col])
258
+ df_parts.append(df_part)
259
+ data_df = pd.concat(df_parts, ignore_index=True)
260
+
242
261
  return data_df
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: abacusai
3
- Version: 0.63.0
3
+ Version: 0.63.1
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -1,7 +1,7 @@
1
1
  from setuptools import find_packages, setup
2
2
 
3
3
 
4
- __version__ = '0.63.0'
4
+ __version__ = '0.63.1'
5
5
 
6
6
 
7
7
  setup(name='abacusai',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes