featrixsphere 0.2.5182__tar.gz → 0.2.5183__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.
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/PKG-INFO +1 -1
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere/__init__.py +1 -1
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere/client.py +49 -49
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/PKG-INFO +1 -1
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/MANIFEST.in +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/README.md +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/VERSION +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrix-update.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/SOURCES.txt +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/dependency_links.txt +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/entry_points.txt +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/not-zip-safe +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/requires.txt +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/top_level.txt +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/nv-install.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/requirements.txt +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/setup.cfg +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/setup.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/api.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/auto_upgrade_monitor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/build_version.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/celery_app.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/config.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/demo_existing_model.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/demo_label_updates.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/deploy.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/deploy_cache_debug.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/ensure_watchdog_running.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/error_tracker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/event_log.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/example_api_usage.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/example_prediction_feedback.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/example_train_predictor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/featrix_watchdog.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/gc_cleanup.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/api_event_retry.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/celery_job_recovery.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/convergence_monitor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/crash_tracker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/distribution_shift_detector.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/embedding_space_io.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/epoch_projections.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/es_projections.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/es_training.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/es_training_wrapper.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/__init__.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/__init__.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/calibration_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/causal_relationship_scorer.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/charting.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/classification_metrics.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/config.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/customer_quality_tracker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/data_frame_data_set.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/dataloader_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/detect.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/domain_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/dropout_scheduler.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/dynamic_relationship_extractor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedded_space.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedding_lr_scheduler.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedding_quality.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedding_space_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedding_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/encoders.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/enrich.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/es_projection.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/exceptions.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/featrix_csv.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/featrix_json.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/featrix_module_dict.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/featrix_token.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/feature_effectiveness_tracker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/feature_engineer.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/feature_suggestion_tracker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/gpu_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/graph_encoder.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/graph_encoder_training.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/guardrails.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/hubspot_free_domains_list_may_2025.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/hybrid_column_detector.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/hybrid_encoders.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/input_data_file.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/input_data_set.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/integrity.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/io_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/json_cache.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/json_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/llm/__init__.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/llm/schema_analyzer.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/local_string_cache.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/logging_config.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/lr_timeline.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/mask_bias_tracker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/mask_tracker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/model_config.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/model_hash.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/movie_frame_task.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/multi_table_dataset.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/multi_table_embedding_space.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/network_viz.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/platform_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/prng_control.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/demo_advisor_decisions.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/example_complete_workflow.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/generate_focal_report.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/model_advisor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/show_results.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_adaptive_loss_benchmark.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_adaptive_training.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_checkpoint_dict_reconstruction.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_confusion_matrix_metadata.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_embedding_quality.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_embedding_space.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_extend_embedding_space.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_feature_engineering_prediction.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_focal_comparison.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_focal_comparison_enhanced.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_focal_loss_single_predictor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_hybrid_columns.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_label_smoothing.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_lift_measurement_validation.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_lr_timeline_smoothness.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_min_support_rank_scaling.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_monitor_integration.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_piecewise_epochs.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_predict_during_training.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_relationship_extractor_integration.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_relationship_extractor_mixed_types.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_set_encoder_strategies.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_timeline_quick.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_training_monitor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_warning_tracking.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/visualize_training_timeline.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_complexity.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_estimator.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_extractor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_importance_validator.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_performance.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_preanalysis.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_search.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/scalar_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/schema_history.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/set_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/setlist_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/simple_mlp.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/simple_string_cache.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/single_predictor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/single_predictor_mlp.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/sphere_config.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/sqlite_utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/stopwatch.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/string_analysis.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/string_cache.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/string_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/string_list_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/timestamp_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_banner.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_context_manager.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_event.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_exceptions.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_history_db.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_logger.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_timeline.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/transformer_encoder.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/url_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/url_parser.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/vector_codec.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/world_data.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix_debug.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/job_manager.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/json_encoder_cache.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/knn_training.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/meta_learning_client.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/model_card_repair.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/model_repair.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/pre_analysis_wrapper.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/queue_manager.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/quick_architecture_search.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/session_chains.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/session_manager.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/single_predictor_cv.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/single_predictor_training.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/sp_training_wrapper.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/sphere_config.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/structureddata.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/system_health_monitor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/training_monitor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/vector_db.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/webhook_helpers.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/weightwatcher_tracking.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/llm_client.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/load_and_test_model.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/manage_churro.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/migrate_string_cache_naming.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/neural.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/node-install.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/prediction_client.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/prediction_drift_monitor.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/prediction_persistence_worker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/prediction_server.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/query_schema_worker.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/quick_test_deployment.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/recreate_session.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/redis_job_progress.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/redis_prediction_cli.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/redis_prediction_store.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/regenerate_training_movie.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/render_sphere.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/repair_checkpoint.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/repair_model.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/resubmit_es_completion.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/run_api_server.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/send_email.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/slack.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/standalone_prediction.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/start_celery_cpu_worker.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/start_celery_gpu_worker.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/start_celery_movie_worker.sh +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/tail-watch.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/test_api_client.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/tree.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/utils.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/version.py +0 -0
- {featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/system_monitor.py +0 -0
|
@@ -8287,6 +8287,55 @@ class FeatrixSphereClient:
|
|
|
8287
8287
|
"""
|
|
8288
8288
|
return PredictionGrid(session_id, self, degrees_of_freedom, grid_shape, target_column)
|
|
8289
8289
|
|
|
8290
|
+
def get_embedding_space_columns(self, session_id: str) -> Dict[str, Any]:
|
|
8291
|
+
"""
|
|
8292
|
+
Get column names and types from the embedding space.
|
|
8293
|
+
|
|
8294
|
+
Tries to get from model_card.json first (if training completed),
|
|
8295
|
+
otherwise falls back to loading the embedding space directly.
|
|
8296
|
+
|
|
8297
|
+
Args:
|
|
8298
|
+
session_id: Session ID with trained embedding space
|
|
8299
|
+
|
|
8300
|
+
Returns:
|
|
8301
|
+
Dictionary with:
|
|
8302
|
+
- column_names: List of column names
|
|
8303
|
+
- column_types: Dict mapping column names to types (scalar, set, free_string, etc.)
|
|
8304
|
+
- num_columns: Total number of columns
|
|
8305
|
+
|
|
8306
|
+
Example:
|
|
8307
|
+
>>> columns = client.get_embedding_space_columns(session_id)
|
|
8308
|
+
>>> print(f"Columns: {columns['column_names']}")
|
|
8309
|
+
>>> print(f"Types: {columns['column_types']}")
|
|
8310
|
+
"""
|
|
8311
|
+
# Try model_card first (if training completed)
|
|
8312
|
+
try:
|
|
8313
|
+
model_card = self.get_model_card(session_id)
|
|
8314
|
+
|
|
8315
|
+
# Extract column names from training_dataset.feature_names
|
|
8316
|
+
training_dataset = model_card.get('training_dataset', {})
|
|
8317
|
+
column_names = training_dataset.get('feature_names', [])
|
|
8318
|
+
|
|
8319
|
+
# Extract column types from feature_inventory
|
|
8320
|
+
feature_inventory = model_card.get('feature_inventory', {})
|
|
8321
|
+
column_types = {}
|
|
8322
|
+
for feature_name, feature_info in feature_inventory.items():
|
|
8323
|
+
if isinstance(feature_info, dict):
|
|
8324
|
+
column_types[feature_name] = feature_info.get('type', 'unknown')
|
|
8325
|
+
|
|
8326
|
+
if column_names:
|
|
8327
|
+
return {
|
|
8328
|
+
"column_names": column_names,
|
|
8329
|
+
"column_types": column_types,
|
|
8330
|
+
"num_columns": len(column_names)
|
|
8331
|
+
}
|
|
8332
|
+
except Exception:
|
|
8333
|
+
# Model card doesn't exist yet, fall back to direct endpoint
|
|
8334
|
+
pass
|
|
8335
|
+
|
|
8336
|
+
# Fallback: load embedding space directly
|
|
8337
|
+
return self._get_json(f"/compute/session/{session_id}/columns")
|
|
8338
|
+
|
|
8290
8339
|
|
|
8291
8340
|
class PredictionGrid:
|
|
8292
8341
|
"""
|
|
@@ -9032,55 +9081,6 @@ class PredictionGrid:
|
|
|
9032
9081
|
else:
|
|
9033
9082
|
return fig
|
|
9034
9083
|
|
|
9035
|
-
def get_embedding_space_columns(self, session_id: str) -> Dict[str, Any]:
|
|
9036
|
-
"""
|
|
9037
|
-
Get column names and types from the embedding space.
|
|
9038
|
-
|
|
9039
|
-
Tries to get from model_card.json first (if training completed),
|
|
9040
|
-
otherwise falls back to loading the embedding space directly.
|
|
9041
|
-
|
|
9042
|
-
Args:
|
|
9043
|
-
session_id: Session ID with trained embedding space
|
|
9044
|
-
|
|
9045
|
-
Returns:
|
|
9046
|
-
Dictionary with:
|
|
9047
|
-
- column_names: List of column names
|
|
9048
|
-
- column_types: Dict mapping column names to types (scalar, set, free_string, etc.)
|
|
9049
|
-
- num_columns: Total number of columns
|
|
9050
|
-
|
|
9051
|
-
Example:
|
|
9052
|
-
>>> columns = client.get_embedding_space_columns(session_id)
|
|
9053
|
-
>>> print(f"Columns: {columns['column_names']}")
|
|
9054
|
-
>>> print(f"Types: {columns['column_types']}")
|
|
9055
|
-
"""
|
|
9056
|
-
# Try model_card first (if training completed)
|
|
9057
|
-
try:
|
|
9058
|
-
model_card = self.get_model_card(session_id)
|
|
9059
|
-
|
|
9060
|
-
# Extract column names from training_dataset.feature_names
|
|
9061
|
-
training_dataset = model_card.get('training_dataset', {})
|
|
9062
|
-
column_names = training_dataset.get('feature_names', [])
|
|
9063
|
-
|
|
9064
|
-
# Extract column types from feature_inventory
|
|
9065
|
-
feature_inventory = model_card.get('feature_inventory', {})
|
|
9066
|
-
column_types = {}
|
|
9067
|
-
for feature_name, feature_info in feature_inventory.items():
|
|
9068
|
-
if isinstance(feature_info, dict):
|
|
9069
|
-
column_types[feature_name] = feature_info.get('type', 'unknown')
|
|
9070
|
-
|
|
9071
|
-
if column_names:
|
|
9072
|
-
return {
|
|
9073
|
-
"column_names": column_names,
|
|
9074
|
-
"column_types": column_types,
|
|
9075
|
-
"num_columns": len(column_names)
|
|
9076
|
-
}
|
|
9077
|
-
except Exception:
|
|
9078
|
-
# Model card doesn't exist yet, fall back to direct endpoint
|
|
9079
|
-
pass
|
|
9080
|
-
|
|
9081
|
-
# Fallback: load embedding space directly
|
|
9082
|
-
return self._get_json(f"/compute/session/{session_id}/columns")
|
|
9083
|
-
|
|
9084
9084
|
def get_predictor_schema(self, session_id: str, predictor_index: int = 0) -> Dict[str, Any]:
|
|
9085
9085
|
"""
|
|
9086
9086
|
Get predictor schema/metadata for validating input data locally.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/featrixsphere.egg-info/dependency_links.txt
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/calibration_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/classification_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/customer_quality_tracker.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/data_frame_data_set.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/dataloader_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/dropout_scheduler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedding_lr_scheduler.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedding_quality.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/embedding_space_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/featrix_module_dict.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/feature_engineer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/graph_encoder_training.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/hybrid_column_detector.py
RENAMED
|
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
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/llm/schema_analyzer.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/local_string_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/mask_bias_tracker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/movie_frame_task.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/multi_table_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/generate_focal_report.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/model_advisor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_embedding_space.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_focal_comparison.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_hybrid_columns.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_label_smoothing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_piecewise_epochs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_timeline_quick.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_training_monitor.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/qa/test_warning_tracking.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_complexity.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_estimator.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_performance.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_preanalysis.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/relationship_search.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/simple_string_cache.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/single_predictor.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/single_predictor_mlp.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/string_list_codec.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_context_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_exceptions.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_history_db.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/training_timeline.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.5182 → featrixsphere-0.2.5183}/src/lib/featrix/neural/transformer_encoder.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|