Mohamed Taher Alrefaie

Results 26 comments of Mohamed Taher Alrefaie

Can confirm, I'm receiving the same error with the following code: ```python ml_predictor = Predictor(type_of_estimator='regressor', column_descriptions=column_descriptions) ml_predictor.train(X_train, model_names=['DeepLearningRegressor'], optimize_final_model=True) score = ml_predictor.score(X_test, X_test.y) ``` Error: ``` --------------------------------------------------------------------------- TypeError Traceback (most...

The overall coverage is seriously dropped. I'm happy to write test cases to get that back up. But I'm concerned this library is no longer maintained since @ClimbsRocks hasn't responded...

@chjq201410695 have you pulled my changes on this fork? https://github.com/mohataher/auto_ml

Hi @johannfaouzi, what's your policy with this repo issues? Typically I see maintainers allow opening issues for bugs/feature related questions. Any usability questions are asked on Stackoverflow. What do you...

I have just noticed your PR. Could you please give a little more details on your update?

Titan DB was removed in issue #8 . The repo has been inactive for two years.

Thanks Patrick. I will have a look as well.

Just updated `SFABulkLoadTest` and sent a pull request. More test cases may follow in the future

To move on with this issue, I believe we have to have a dedicated test case per classifier. Just added a new package in tests directory with three classes. Have...

Really pleased to see many bug fixes and issues being solved. I can happily test this more and provide more test cases and solve many issues to ensure the stability...