featrixsphere 0.2.5563__tar.gz → 0.2.5566__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.
Files changed (234) hide show
  1. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/PKG-INFO +1 -1
  2. featrixsphere-0.2.5566/VERSION +1 -0
  3. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere/__init__.py +1 -1
  4. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere/client.py +4 -4
  5. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere.egg-info/PKG-INFO +1 -1
  6. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/embedded_space.py +19 -25
  7. featrixsphere-0.2.5563/VERSION +0 -1
  8. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/MANIFEST.in +0 -0
  9. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/README.md +0 -0
  10. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrix-update.py +0 -0
  11. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere.egg-info/SOURCES.txt +0 -0
  12. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere.egg-info/dependency_links.txt +0 -0
  13. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere.egg-info/entry_points.txt +0 -0
  14. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere.egg-info/not-zip-safe +0 -0
  15. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere.egg-info/requires.txt +0 -0
  16. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/featrixsphere.egg-info/top_level.txt +0 -0
  17. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/nv-install.sh +0 -0
  18. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/requirements.txt +0 -0
  19. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/setup.cfg +0 -0
  20. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/setup.py +0 -0
  21. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/api.py +0 -0
  22. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/auto_upgrade_monitor.py +0 -0
  23. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/build_version.py +0 -0
  24. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/celery_app.py +0 -0
  25. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/cluster_movie_renderer.py +0 -0
  26. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/config.py +0 -0
  27. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/demo_existing_model.py +0 -0
  28. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/demo_label_updates.py +0 -0
  29. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/deploy.py +0 -0
  30. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/deploy_cache_debug.sh +0 -0
  31. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/ensure_watchdog_running.sh +0 -0
  32. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/error_tracker.py +0 -0
  33. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/event_log.py +0 -0
  34. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/example_api_usage.py +0 -0
  35. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/example_prediction_feedback.py +0 -0
  36. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/example_train_predictor.py +0 -0
  37. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/featrix_watchdog.py +0 -0
  38. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/gc_cleanup.py +0 -0
  39. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/api_event_retry.py +0 -0
  40. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/backing_db.py +0 -0
  41. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/celery_job_recovery.py +0 -0
  42. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/convergence_monitor.py +0 -0
  43. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/crash_tracker.py +0 -0
  44. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/distribution_shift_detector.py +0 -0
  45. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/embedding_space_io.py +0 -0
  46. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/epoch_projections.py +0 -0
  47. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/es_projections.py +0 -0
  48. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/es_training.py +0 -0
  49. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/es_training_wrapper.py +0 -0
  50. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/__init__.py +0 -0
  51. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/__init__.py +0 -0
  52. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/calibration_utils.py +0 -0
  53. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/causal_relationship_scorer.py +0 -0
  54. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/charting.py +0 -0
  55. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/classification_metrics.py +0 -0
  56. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/config.py +0 -0
  57. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/customer_quality_tracker.py +0 -0
  58. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/data_frame_data_set.py +0 -0
  59. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/dataloader_utils.py +0 -0
  60. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/detect.py +0 -0
  61. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/dimension_validator.py +0 -0
  62. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/domain_codec.py +0 -0
  63. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/dropout_scheduler.py +0 -0
  64. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/dynamic_relationship_extractor.py +0 -0
  65. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/embedding_lr_scheduler.py +0 -0
  66. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/embedding_quality.py +0 -0
  67. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/embedding_space_utils.py +0 -0
  68. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/embedding_utils.py +0 -0
  69. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/encoders.py +0 -0
  70. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/enrich.py +0 -0
  71. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/es_projection.py +0 -0
  72. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/exceptions.py +0 -0
  73. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/featrix_csv.py +0 -0
  74. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/featrix_json.py +0 -0
  75. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/featrix_module_dict.py +0 -0
  76. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/featrix_token.py +0 -0
  77. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/feature_effectiveness_tracker.py +0 -0
  78. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/feature_engineer.py +0 -0
  79. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/feature_suggestion_tracker.py +0 -0
  80. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/gpu_utils.py +0 -0
  81. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/graph_encoder.py +0 -0
  82. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/graph_encoder_training.py +0 -0
  83. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/guardrails.py +0 -0
  84. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/host_memory_tracker.py +0 -0
  85. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/hubspot_free_domains_list_may_2025.py +0 -0
  86. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/hybrid_column_detector.py +0 -0
  87. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/hybrid_encoders.py +0 -0
  88. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/input_data_file.py +0 -0
  89. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/input_data_set.py +0 -0
  90. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/integrity.py +0 -0
  91. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/io_utils.py +0 -0
  92. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/json_cache.py +0 -0
  93. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/json_codec.py +0 -0
  94. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/llm/__init__.py +0 -0
  95. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/llm/schema_analyzer.py +0 -0
  96. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/local_string_cache.py +0 -0
  97. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/logging_config.py +0 -0
  98. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/lr_timeline.py +0 -0
  99. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/mask_bias_tracker.py +0 -0
  100. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/mask_tracker.py +0 -0
  101. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/model_config.py +0 -0
  102. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/model_hash.py +0 -0
  103. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/movie_frame_task.py +0 -0
  104. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/multi_table_dataset.py +0 -0
  105. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/multi_table_embedding_space.py +0 -0
  106. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/network_viz.py +0 -0
  107. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/per_epoch_quality.py +0 -0
  108. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/platform_utils.py +0 -0
  109. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/prng_control.py +0 -0
  110. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/demo_advisor_decisions.py +0 -0
  111. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/example_complete_workflow.py +0 -0
  112. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/generate_focal_report.py +0 -0
  113. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/model_advisor.py +0 -0
  114. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/show_results.py +0 -0
  115. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_adaptive_loss_benchmark.py +0 -0
  116. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_adaptive_training.py +0 -0
  117. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_checkpoint_dict_reconstruction.py +0 -0
  118. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_confusion_matrix_metadata.py +0 -0
  119. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_embedding_quality.py +0 -0
  120. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_embedding_space.py +0 -0
  121. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_extend_embedding_space.py +0 -0
  122. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_feature_engineering_prediction.py +0 -0
  123. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_focal_comparison.py +0 -0
  124. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_focal_comparison_enhanced.py +0 -0
  125. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_focal_loss_single_predictor.py +0 -0
  126. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_hybrid_columns.py +0 -0
  127. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_label_smoothing.py +0 -0
  128. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_lift_measurement_validation.py +0 -0
  129. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_lr_timeline_smoothness.py +0 -0
  130. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_min_support_rank_scaling.py +0 -0
  131. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_monitor_integration.py +0 -0
  132. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_piecewise_epochs.py +0 -0
  133. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_predict_during_training.py +0 -0
  134. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_relationship_extractor_integration.py +0 -0
  135. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_relationship_extractor_mixed_types.py +0 -0
  136. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_set_encoder_strategies.py +0 -0
  137. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_timeline_quick.py +0 -0
  138. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_training_monitor.py +0 -0
  139. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/test_warning_tracking.py +0 -0
  140. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/qa/visualize_training_timeline.py +0 -0
  141. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/relationship_complexity.py +0 -0
  142. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/relationship_estimator.py +0 -0
  143. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/relationship_extractor.py +0 -0
  144. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/relationship_importance_validator.py +0 -0
  145. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/relationship_performance.py +0 -0
  146. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/relationship_preanalysis.py +0 -0
  147. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/relationship_search.py +0 -0
  148. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/scalar_codec.py +0 -0
  149. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/schema_history.py +0 -0
  150. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/set_codec.py +0 -0
  151. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/setlist_codec.py +0 -0
  152. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/simple_mlp.py +0 -0
  153. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/simple_string_cache.py +0 -0
  154. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/single_predictor.py +0 -0
  155. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/single_predictor_mlp.py +0 -0
  156. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/sphere_config.py +0 -0
  157. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/sqlite_utils.py +0 -0
  158. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/stopwatch.py +0 -0
  159. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/string_analysis.py +0 -0
  160. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/string_cache.py +0 -0
  161. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/string_codec.py +0 -0
  162. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/string_list_codec.py +0 -0
  163. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/timestamp_codec.py +0 -0
  164. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/training_banner.py +0 -0
  165. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/training_context_manager.py +0 -0
  166. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/training_event.py +0 -0
  167. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/training_exceptions.py +0 -0
  168. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/training_history_db.py +0 -0
  169. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/training_logger.py +0 -0
  170. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/training_timeline.py +0 -0
  171. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/transformer_encoder.py +0 -0
  172. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/url_codec.py +0 -0
  173. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/url_parser.py +0 -0
  174. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/utils.py +0 -0
  175. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/vector_codec.py +0 -0
  176. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix/neural/world_data.py +0 -0
  177. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/featrix_debug.py +0 -0
  178. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/job_manager.py +0 -0
  179. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/json_encoder_cache.py +0 -0
  180. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/knn_training.py +0 -0
  181. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/meta_learning_client.py +0 -0
  182. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/model_card_repair.py +0 -0
  183. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/model_repair.py +0 -0
  184. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/pre_analysis_wrapper.py +0 -0
  185. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/queue_manager.py +0 -0
  186. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/quick_architecture_search.py +0 -0
  187. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/session_chains.py +0 -0
  188. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/session_manager.py +0 -0
  189. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/single_predictor_cv.py +0 -0
  190. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/single_predictor_training.py +0 -0
  191. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/sp_training_wrapper.py +0 -0
  192. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/sphere_config.py +0 -0
  193. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/structureddata.py +0 -0
  194. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/system_health_monitor.py +0 -0
  195. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/training_monitor.py +0 -0
  196. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/utils.py +0 -0
  197. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/vector_db.py +0 -0
  198. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/webhook_helpers.py +0 -0
  199. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/lib/weightwatcher_tracking.py +0 -0
  200. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/llm_client.py +0 -0
  201. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/load_and_test_model.py +0 -0
  202. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/manage_churro.sh +0 -0
  203. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/migrate_string_cache_naming.py +0 -0
  204. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/neural.py +0 -0
  205. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/node-install.sh +0 -0
  206. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/prediction_client.py +0 -0
  207. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/prediction_drift_monitor.py +0 -0
  208. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/prediction_persistence_worker.py +0 -0
  209. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/prediction_server.py +0 -0
  210. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/query_schema_worker.py +0 -0
  211. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/quick_test_deployment.sh +0 -0
  212. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/recreate_session.py +0 -0
  213. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/redis_job_progress.py +0 -0
  214. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/redis_prediction_cli.py +0 -0
  215. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/redis_prediction_store.py +0 -0
  216. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/regenerate_training_movie.py +0 -0
  217. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/render_sphere.py +0 -0
  218. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/repair_checkpoint.py +0 -0
  219. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/repair_model.py +0 -0
  220. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/resubmit_es_completion.py +0 -0
  221. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/run_api_server.sh +0 -0
  222. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/send_email.py +0 -0
  223. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/slack.py +0 -0
  224. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/standalone_prediction.py +0 -0
  225. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/start_celery_cpu_worker.sh +0 -0
  226. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/start_celery_gpu_worker.sh +0 -0
  227. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/start_celery_movie_worker.sh +0 -0
  228. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/tail-watch.py +0 -0
  229. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/test_api_client.py +0 -0
  230. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/tree.py +0 -0
  231. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/upgrade-taco-python312.sh +0 -0
  232. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/utils.py +0 -0
  233. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/src/version.py +0 -0
  234. {featrixsphere-0.2.5563 → featrixsphere-0.2.5566}/system_monitor.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: featrixsphere
3
- Version: 0.2.5563
3
+ Version: 0.2.5566
4
4
  Summary: Transform any CSV into a production-ready ML model in minutes, not months.
5
5
  Home-page: https://github.com/Featrix/sphere
6
6
  Author: Featrix
@@ -0,0 +1 @@
1
+ 0.2.5566
@@ -38,7 +38,7 @@ Example:
38
38
  ... labels=['Experiment A', 'Experiment B'])
39
39
  """
40
40
 
41
- __version__ = "0.2.5563"
41
+ __version__ = "0.2.5566"
42
42
  __author__ = "Featrix"
43
43
  __email__ = "support@featrix.com"
44
44
  __license__ = "MIT"
@@ -215,18 +215,18 @@ class PredictionBatch:
215
215
  )
216
216
 
217
217
  # Populate cache with results
218
- predictions = batch_results.get('results', {})
218
+ predictions = batch_results.get('predictions', [])
219
219
  successful = 0
220
220
  failed = 0
221
-
222
- for queue_id, prediction in predictions.items():
221
+
222
+ for prediction in predictions:
223
223
  if isinstance(prediction, dict):
224
224
  row_index = prediction.get('row_index', 0)
225
225
  if row_index < len(records):
226
226
  record = records[row_index]
227
227
  record_hash = self._hash_record(record)
228
228
  self._cache[record_hash] = prediction
229
-
229
+
230
230
  if prediction.get('prediction') is not None:
231
231
  successful += 1
232
232
  else:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: featrixsphere
3
- Version: 0.2.5563
3
+ Version: 0.2.5566
4
4
  Summary: Transform any CSV into a production-ready ML model in minutes, not months.
5
5
  Home-page: https://github.com/Featrix/sphere
6
6
  Author: Featrix
@@ -6852,6 +6852,8 @@ class EmbeddingSpace(object):
6852
6852
  # Also save state_dict for backward compatibility
6853
6853
  state['encoder_state_dict'] = value.state_dict()
6854
6854
  logger.info(f"💾 Saved encoder as full object (preserves exact architecture) + state_dict backup")
6855
+ logger.info(f" DEBUG: state['encoder'] type = {type(state['encoder']).__name__}, is None = {state['encoder'] is None}")
6856
+ logger.info(f" DEBUG: state['encoder_state_dict'] has {len(state['encoder_state_dict'])} keys")
6855
6857
  continue
6856
6858
  except Exception as e:
6857
6859
  logger.warning(f"Failed to save encoder as object, falling back to state_dict only: {e}")
@@ -6962,7 +6964,12 @@ class EmbeddingSpace(object):
6962
6964
  for key in keys_to_remove:
6963
6965
  logger.debug(f"Removing {key} from pickle state (contains sqlite3.Connection)")
6964
6966
  del state[key]
6965
-
6967
+
6968
+ # Final debug: log what keys we're returning
6969
+ logger.info(f"💾 __getstate__ returning state with keys: {list(state.keys())}")
6970
+ logger.info(f" 'encoder' in state: {'encoder' in state}")
6971
+ logger.info(f" 'encoder_state_dict' in state: {'encoder_state_dict' in state}")
6972
+
6966
6973
  return state
6967
6974
 
6968
6975
  def __setstate__(self, state):
@@ -7282,32 +7289,19 @@ class EmbeddingSpace(object):
7282
7289
 
7283
7290
  # ================================================================
7284
7291
  # PREDICTOR ATTENTION DETECTION
7285
- # Check if checkpoint was trained WITH or WITHOUT predictor attention.
7286
- # If checkpoint lacks attention layers but SphereConfig has attention enabled,
7287
- # we must temporarily disable it to avoid 511 missing keys error.
7292
+ # Detect from checkpoint whether attention was used, then set it
7293
+ # explicitly on the config so SimpleMLP doesn't read from SphereConfig.
7288
7294
  # ================================================================
7289
7295
  checkpoint_has_attention = any('.attention_layers.' in key for key in encoder_state_dict.keys())
7290
- sphere_config = SphereConfig.get_instance()
7291
- current_attention_setting = sphere_config.get_enable_predictor_attention()
7292
-
7293
- if current_attention_setting and not checkpoint_has_attention:
7294
- logger.warning(f" 🔧 PREDICTOR ATTENTION FIX: Checkpoint was trained WITHOUT attention layers")
7295
- logger.warning(f" Current SphereConfig has enable_predictor_attention=True")
7296
- logger.warning(f" Temporarily disabling predictor attention to match checkpoint architecture")
7297
- # Temporarily override SphereConfig to disable attention during encoder creation
7298
- # This is safe because SimpleMLP.__init__ reads from SphereConfig when config.use_attention is None
7299
- sphere_config._config['enable_predictor_attention'] = False
7300
- self._attention_was_disabled_for_loading = True # Track so we can restore later if needed
7301
- elif checkpoint_has_attention and not current_attention_setting:
7302
- logger.warning(f" 🔧 PREDICTOR ATTENTION FIX: Checkpoint was trained WITH attention layers")
7303
- logger.warning(f" Current SphereConfig has enable_predictor_attention=False")
7304
- logger.warning(f" Temporarily enabling predictor attention to match checkpoint architecture")
7305
- sphere_config._config['enable_predictor_attention'] = True
7306
- self._attention_was_disabled_for_loading = False # Actually enabled
7307
- elif checkpoint_has_attention:
7308
- logger.info(f" ✅ Predictor attention: checkpoint and config both have attention ENABLED")
7309
- else:
7310
- logger.info(f" ✅ Predictor attention: checkpoint and config both have attention DISABLED")
7296
+ logger.info(f" 🔍 Checkpoint attention detection: {'ENABLED' if checkpoint_has_attention else 'DISABLED'}")
7297
+
7298
+ # Set use_attention explicitly on the config objects to match checkpoint
7299
+ # This prevents SimpleMLP from reading SphereConfig (which may differ)
7300
+ if hasattr(self.encoder_config, 'joint_predictor_config'):
7301
+ self.encoder_config.joint_predictor_config.use_attention = checkpoint_has_attention
7302
+ logger.info(f" Set joint_predictor_config.use_attention = {checkpoint_has_attention}")
7303
+ if hasattr(self.encoder_config, 'joint_predictor_short_config'):
7304
+ self.encoder_config.joint_predictor_short_config.use_attention = checkpoint_has_attention
7311
7305
 
7312
7306
  # Recreate the encoder (same as in __init__)
7313
7307
  logger.info(f" 🔧 Creating FeatrixTableEncoder from {len(self.col_codecs)} codecs...")
@@ -1 +0,0 @@
1
- 0.2.5563