TF

Results 89 issues of TF

Hi, Just wondering how CGT compares to your colleagues BidMach. Bidmach is already very fast too for ML and DNN framework. Thanks, regards

Hello, Can you add [VIME ](https://github.com/jsyoon0823/VIME)model ? Should be straightforward. Thx

enhancement
Open for Contribution

Hello, Can you add python as language for this monaco editor ? Can sponsor you if you need. thanks

Hello, Thanks for your page. would it be possible to build for centos 7.2 TF 2.4 AVX can sponsor for this. thanks vm.

With 10k rows and 30 columns, it takes more than 2mins to generate a report... Pandas profiking becomes more and more slow... Can you run benchmark tests ?

performance 🚀

Hello, Is it possible to develop an interface for probability circuits, same than julia: http://starai.cs.ucla.edu/papers/DangAAAI21.pdf

enhancement

bug with single class label. bug in site-packages\pyod\models/base.py Line 347 ``` bug code self._classes = len(np.unique(y)) Correct code : if y is not None: check_classification_targets(y) self._classes = max(2, len(np.unique(y)) )...

https://pyod.readthedocs.io/en/latest/pyod.models.html#module-pyod.models.xgbod LightGBM API is very close to XGBoost and have sklearn API: It should be easy to create: https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.LGBMClassifier.html#lightgbm.LGBMClassifier

Some issues when predict_proba with HBOS, ABOD models. probs seems one dimension !!!!!! ``` C:\D\anaconda3\envs\py36\lib\site-packages\pyod\models\base.py in predict_proba(self, X, method) 204 scaler = MinMaxScaler().fit(train_scores.reshape(-1, 1)) 205 probs[:, 1] = scaler.transform( -->...

When saving keras model, it creates issues, by hvaing different names ``` self.model_ self.combine_model ```