Modules#
- insightsolver module
- Description
- Note
- License
compute_admissible_btypes()compute_columns_names_to_admissible_btypes()validate_class_integrity()format_value()S_to_index_points_in_rule()resolve_language()gain_to_percent()search_best_ruleset_from_API_public()get_credits_available()InsightSolverInsightSolver.__init__()InsightSolver.ingest_dict()InsightSolver.ingest_json_string()InsightSolver.is_fitted()InsightSolver.fit()InsightSolver.S_to_index_points_in_rule()InsightSolver.S_to_s_points_in_rule()InsightSolver.S_to_df_filtered()InsightSolver.ruleset_count()InsightSolver.i_to_rule()InsightSolver.i_to_S()InsightSolver.i_to_subrules_dataframe()InsightSolver.i_to_feature_contributions_S()InsightSolver.i_to_feature_names()InsightSolver.i_to_readable_text()InsightSolver.i_to_print()InsightSolver.get_range_i()InsightSolver.print()InsightSolver.print_light()InsightSolver.print_dense()InsightSolver.to_dict()InsightSolver.to_json_string()InsightSolver.to_dataframe()InsightSolver.to_csv()InsightSolver.to_excel()InsightSolver.to_excel_string()InsightSolver.get_credits_needed_for_computation()InsightSolver.get_df_credits_infos()InsightSolver.get_credits_available()InsightSolver.convert_target_to_binary()InsightSolver.compute_mutual_information()InsightSolver.plot()InsightSolver.to_pdf()InsightSolver.to_zip()
- api_utilities module
- Description
- Functions provided
- License
hash_string()convert_bytes_to_base64_string()convert_base64_string_to_bytes()compress_string()decompress_string()compress_and_encrypt_string()decrypt_and_decompress_string()encode_obj()convert_dict_to_json_string()decode_obj()convert_json_string_to_dict()transform_dict()untransform_dict()generate_keys()generate_url_headers()compute_credits_from_df()request_cloud_credits_infos()request_cloud_public_keys()request_cloud_computation()search_best_ruleset_from_API_dict()
- visualization module
- Description
- Naming conventions of the visualization functions
- Utilities
- Mutual information
- Banner
- Legend
- Feature contributions
- Feature distribution for feature
- Feature distributions for S
- Mosaic of rule vs complement for a feature for the rule i
- Mosaics of rule vs complement for the rule i
- Mosaic of rule vs pop vs complement for the rule i
- Mosaics of rule vs pop vs complement
- Complete plot
- Export to PDF
- Export to ZIP
- License
classify_variable_as_continuous_or_categorical()compute_feature_label()truncate_label()p_value_to_p_text()svg_to_pil()wrap_text_with_word_boundary()save_figs_in_pdf()draw_mutual_information()make_mutual_information()plot_mutual_information()make_banner_img_for_i()plot_banner_img_for_i()make_banner_fig_for_i()plot_banner_fig_for_i()make_legend_img()plot_legend_img()make_legend_fig()plot_legend_fig()draw_feature_contributions_for_i()make_feature_contributions_for_i()plot_feature_contributions_for_i()plot_feature_contributions_for_all()draw_feature_distribution_for_feature()make_feature_distribution_for_feature()plot_feature_distribution_for_feature()draw_feature_distributions_for_S()make_feature_distributions_for_S()plot_feature_distributions_for_S()draw_mosaic_rule_vs_comp_for_feature_for_i()make_mosaic_rule_vs_comp_for_feature_for_i()plot_mosaic_rule_vs_comp_for_feature_for_i()draw_mosaics_rule_vs_comp_for_i()make_mosaics_rule_vs_comp_for_i()plot_mosaics_rule_vs_comp_for_i()draw_mosaic_rule_vs_pop_for_i()make_mosaic_rule_vs_pop_for_i()plot_mosaic_rule_vs_pop_for_i()draw_mosaics_rule_vs_pop()make_mosaics_rule_vs_pop()plot_mosaics_rule_vs_pop()make_all()plot_all()make_pdf()make_zip()