featrixsphere 0.2.1461__tar.gz → 0.2.1462__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 (171) hide show
  1. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/PKG-INFO +1 -1
  2. featrixsphere-0.2.1462/VERSION +1 -0
  3. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/__init__.py +1 -1
  4. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/client.py +24 -3
  5. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/PKG-INFO +1 -1
  6. featrixsphere-0.2.1461/VERSION +0 -1
  7. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/MANIFEST.in +0 -0
  8. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/README.md +0 -0
  9. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrix-update.py +0 -0
  10. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/cli.py +0 -0
  11. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/test_client.py +0 -0
  12. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/SOURCES.txt +0 -0
  13. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/dependency_links.txt +0 -0
  14. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/entry_points.txt +0 -0
  15. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/not-zip-safe +0 -0
  16. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/requires.txt +0 -0
  17. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/top_level.txt +0 -0
  18. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/nv-install.sh +0 -0
  19. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/requirements.txt +0 -0
  20. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/setup.cfg +0 -0
  21. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/setup.py +0 -0
  22. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/api.py +0 -0
  23. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/auto_upgrade_monitor.py +0 -0
  24. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/build_version.py +0 -0
  25. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/celery_app.py +0 -0
  26. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/cli.py +0 -0
  27. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/config.py +0 -0
  28. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/demo_existing_model.py +0 -0
  29. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/demo_label_updates.py +0 -0
  30. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/deploy.py +0 -0
  31. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/deploy_cache_debug.sh +0 -0
  32. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/ensure_watchdog_running.sh +0 -0
  33. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/error_tracker.py +0 -0
  34. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/event_log.py +0 -0
  35. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/example_api_usage.py +0 -0
  36. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/example_prediction_feedback.py +0 -0
  37. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/example_train_predictor.py +0 -0
  38. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/featrix_queue.py +0 -0
  39. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/featrix_watchdog.py +0 -0
  40. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/gc_cleanup.py +0 -0
  41. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/convergence_monitor.py +0 -0
  42. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/epoch_projections.py +0 -0
  43. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/es_projections.py +0 -0
  44. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/es_training.py +0 -0
  45. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/__init__.py +0 -0
  46. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/MetaDataCache.py +0 -0
  47. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/__init__.py +0 -0
  48. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/calibration_utils.py +0 -0
  49. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/classification_metrics.py +0 -0
  50. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/config.py +0 -0
  51. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/data_frame_data_set.py +0 -0
  52. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/dataloader_utils.py +0 -0
  53. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/detect.py +0 -0
  54. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/device.py +0 -0
  55. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/domain_codec.py +0 -0
  56. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/dropout_scheduler.py +0 -0
  57. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedded_space.py +0 -0
  58. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_lr_scheduler.py +0 -0
  59. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_space_utils.py +0 -0
  60. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_utils.py +0 -0
  61. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/encoders.py +0 -0
  62. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/enrich.py +0 -0
  63. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/es_projection.py +0 -0
  64. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/exceptions.py +0 -0
  65. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_csv.py +0 -0
  66. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_json.py +0 -0
  67. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_module_dict.py +0 -0
  68. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_token.py +0 -0
  69. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/guardrails.py +0 -0
  70. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/hubspot_free_domains_list_may_2025.py +0 -0
  71. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/input_data_file.py +0 -0
  72. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/input_data_set.py +0 -0
  73. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/integrity.py +0 -0
  74. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/json_cache.py +0 -0
  75. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/json_codec.py +0 -0
  76. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/logging_config.py +0 -0
  77. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/mask_tracker.py +0 -0
  78. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/model_config.py +0 -0
  79. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/model_hash.py +0 -0
  80. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/movie_frame_task.py +0 -0
  81. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/network_viz.py +0 -0
  82. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/prng_control.py +0 -0
  83. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/demo_advisor_decisions.py +0 -0
  84. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/example_complete_workflow.py +0 -0
  85. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/generate_focal_report.py +0 -0
  86. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/model_advisor.py +0 -0
  87. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/show_results.py +0 -0
  88. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_adaptive_training.py +0 -0
  89. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_confusion_matrix_metadata.py +0 -0
  90. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_embedding_quality.py +0 -0
  91. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_embedding_space.py +0 -0
  92. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_extend_embedding_space.py +0 -0
  93. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_focal_comparison.py +0 -0
  94. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_focal_comparison_enhanced.py +0 -0
  95. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_focal_loss_single_predictor.py +0 -0
  96. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_label_smoothing.py +0 -0
  97. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_monitor_integration.py +0 -0
  98. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_piecewise_epochs.py +0 -0
  99. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_predict_during_training.py +0 -0
  100. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_timeline_quick.py +0 -0
  101. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_training_monitor.py +0 -0
  102. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_warning_tracking.py +0 -0
  103. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/visualize_training_timeline.py +0 -0
  104. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/scalar_codec.py +0 -0
  105. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/set_codec.py +0 -0
  106. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/setlist_codec.py +0 -0
  107. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/simple_mlp.py +0 -0
  108. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/single_predictor.py +0 -0
  109. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/single_predictor_mlp.py +0 -0
  110. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/sphere_config.py +0 -0
  111. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/sqlite_utils.py +0 -0
  112. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/stopwatch.py +0 -0
  113. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_analysis.py +0 -0
  114. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_cache.py +0 -0
  115. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_codec.py +0 -0
  116. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_list_codec.py +0 -0
  117. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/timestamp_codec.py +0 -0
  118. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_context_manager.py +0 -0
  119. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_event.py +0 -0
  120. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_exceptions.py +0 -0
  121. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_history_db.py +0 -0
  122. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/transformer_encoder.py +0 -0
  123. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/url_codec.py +0 -0
  124. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/url_parser.py +0 -0
  125. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/utils.py +0 -0
  126. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/vector_codec.py +0 -0
  127. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/world_data.py +0 -0
  128. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix_debug.py +0 -0
  129. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/json_encoder_cache.py +0 -0
  130. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/knn_training.py +0 -0
  131. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/single_predictor_cv.py +0 -0
  132. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/single_predictor_training.py +0 -0
  133. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/sphere_config.py +0 -0
  134. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/structureddata.py +0 -0
  135. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/training_monitor.py +0 -0
  136. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/utils.py +0 -0
  137. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/vector_db.py +0 -0
  138. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/webhook_helpers.py +0 -0
  139. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/weightwatcher_tracking.py +0 -0
  140. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/llm_client.py +0 -0
  141. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/manage_churro.sh +0 -0
  142. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/neural.py +0 -0
  143. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/node-install.sh +0 -0
  144. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/prediction_drift_monitor.py +0 -0
  145. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/prediction_persistence_worker.py +0 -0
  146. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/quick_test_deployment.sh +0 -0
  147. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/recreate_session.py +0 -0
  148. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/redis_prediction_cli.py +0 -0
  149. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/redis_prediction_store.py +0 -0
  150. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/regenerate_training_movie.py +0 -0
  151. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/render_sphere.py +0 -0
  152. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/restart_celery_worker.sh +0 -0
  153. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/run_api_server.sh +0 -0
  154. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/send_email.py +0 -0
  155. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/slack.py +0 -0
  156. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/standalone_prediction.py +0 -0
  157. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/start_celery_worker.sh +0 -0
  158. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/start_churro_server.sh +0 -0
  159. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/tail-watch.py +0 -0
  160. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_api_client.py +0 -0
  161. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_complete_workflow.py +0 -0
  162. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_json_tables_prediction.py +0 -0
  163. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_redis_predictions.py +0 -0
  164. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_server_connection.py +0 -0
  165. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_session_models.py +0 -0
  166. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_single_predictor_api.py +0 -0
  167. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_upload_endpoint.py +0 -0
  168. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/tree.py +0 -0
  169. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/utils.py +0 -0
  170. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/version.py +0 -0
  171. {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/system_monitor.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: featrixsphere
3
- Version: 0.2.1461
3
+ Version: 0.2.1462
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.1462
@@ -38,7 +38,7 @@ Example:
38
38
  ... labels=['Experiment A', 'Experiment B'])
39
39
  """
40
40
 
41
- __version__ = "0.2.1461"
41
+ __version__ = "0.2.1462"
42
42
  __author__ = "Featrix"
43
43
  __email__ = "support@featrix.com"
44
44
  __license__ = "MIT"
@@ -4248,9 +4248,28 @@ class FeatrixSphereClient:
4248
4248
 
4249
4249
  # Get the compute cluster from the foundation model session
4250
4250
  # This ensures we upload files to the same node where the foundation model lives
4251
- foundation_session = self.get_session_status(foundation_model_id)
4252
- foundation_compute_cluster = self.get_last_server_metadata()
4253
- foundation_compute_cluster = foundation_compute_cluster.get('compute_cluster') if foundation_compute_cluster else None
4251
+ # If the foundation session doesn't exist (404), we'll proceed with current compute cluster
4252
+ foundation_compute_cluster = None
4253
+ try:
4254
+ foundation_session = self.get_session_status(foundation_model_id)
4255
+ foundation_compute_cluster = self.get_last_server_metadata()
4256
+ foundation_compute_cluster = foundation_compute_cluster.get('compute_cluster') if foundation_compute_cluster else None
4257
+ except Exception as e:
4258
+ # Foundation session might not exist or be accessible - that's okay
4259
+ # The server will validate it when we submit the training request
4260
+ if verbose:
4261
+ # Check if it's a 404 HTTP error
4262
+ is_404 = False
4263
+ if isinstance(e, requests.exceptions.HTTPError):
4264
+ if hasattr(e, 'response') and e.response.status_code == 404:
4265
+ is_404 = True
4266
+
4267
+ if is_404:
4268
+ print(f" ⚠️ Foundation session not found (404) - will use current compute cluster")
4269
+ print(f" Server will validate foundation model when training starts")
4270
+ else:
4271
+ print(f" ⚠️ Could not fetch foundation session: {e}")
4272
+ print(f" Will proceed with current compute cluster")
4254
4273
 
4255
4274
  # Temporarily set compute cluster for file uploads if we found one
4256
4275
  original_compute_cluster = self.compute_cluster
@@ -4259,6 +4278,8 @@ class FeatrixSphereClient:
4259
4278
  self.set_compute_cluster(foundation_compute_cluster)
4260
4279
  if verbose:
4261
4280
  print(f" Using compute cluster: {foundation_compute_cluster}")
4281
+ elif verbose and self.compute_cluster:
4282
+ print(f" Using current compute cluster: {self.compute_cluster}")
4262
4283
 
4263
4284
  try:
4264
4285
  # Validate that only one data source is provided
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: featrixsphere
3
- Version: 0.2.1461
3
+ Version: 0.2.1462
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
@@ -1 +0,0 @@
1
- 0.2.1461