Shabir Ahmad Bhat

Results 15 issues of Shabir Ahmad Bhat

I am running a tabular classifier on a big dataset of about 300MB with a 6GB container and a 1-hour time limit, but it runs for 18 hours. As per...

bug
module: tabular
Needs Triage

Hi, I am trying to read a file with 1 million rows and 7 columns, out of 1 million rows 1 row is bad due to that bad row table...

OS Platform, Distribution, and Version: Ubuntu Python Distribution and Version: 3.8.10 Java Distribution and Version: Oracle JDK 1.8.0 Jep Version: 3.9.1 Python packages used (e.g. numpy, pandas, auto-sklearn): When I...

extension

### How Autokeras creates the final model I run the StructuredDataClassifier in docker with container size 40GB, After completing all the trails it was still running for 30 minutes and...

I got an error while calling sprint_statistics() in autopytorch version 0.2 ``` model.sprint_statistics() error: ... cost_info = run_value.additional_info[f'{inference_name}_loss'] KeyError: 'test_loss' ```

bug

Can we set default action if none of the rules are triggered? If all the rules have been evaluated to false, they have not been executed. I that case can...

Can we set default action if all the rules fail? suppose I wrote 50 rules (50 conditions and 50 actions) and if all 50 conditions failed/false now I want to...

In V3 we were able to add fact in action but it is not working in V4. e.g in V3 `facts = [{isRaining : true}] ` `Rule rule1 = new...

I am not able to run lambda(java8) statements in latest version e.g `items.stream().anyMatch(text::contains);` Caused by: java.lang.RuntimeException: Malformed expression at org.mvel2.util.ASTBinaryTree.getReturnType(ASTBinaryTree.java:36) at org.mvel2.util.ASTBinaryTree.getReturnType(ASTBinaryTree.java:37) at org.mvel2.util.CompilerTools.getReturnType(CompilerTools.java:363) at org.mvel2.compiler.ExpressionCompiler._compile(ExpressionCompiler.java:303) ... 11 more Process...

What's an efficient way to insert CSV file data into an existing table in ClickHouse? I need an optimal way to insert CSV data in existing tables In terms of...

question
code-example
docs