Antti "Andy" Törrönen

Results 57 comments of Antti "Andy" Törrönen

Seems I am unable to map the value from make_csv_dataset to suitable format for autokeras.fit but it is probably my lack of knowledge

I ended up taking a sample to do model search. I will complete training on Keras after. I will keep issue open, because the inital problem (=how to train with...

Suggestions (guesses) for future features: - Optimizing CSV conversion to binary, if not already optimized. It has been my bottleneck in Microsoft.ML. Currently, I do the conversion on highest RAM...

Global Feature Index works perfectly, thank you. The features in PFI without label seems to be categorical string values. GFI reports the names in format "CityCode.HEL" / columnName.Value.

@michaelgsharp It seems this is creating high count of weights without names: https://github.com/dotnet/machinelearning/blob/305540348efbb70dce2ead0751f4ffb3f7098f33/src/Microsoft.ML.AutoML/TransformInference/TransformInference.cs#L279 I commented the below part, and started getting problems with GFI. In debug inspection I noted count...

About 150 characters - 200 characters long.

Related: On Python side in LightGBM, I received error "Do not support non-ASCII characters in feature name." Upon close inspection I see one of the column titles has í instead...

@luisquintanilla I am no longer using long column names, but I can re-try when I am upgrading code for this dataset to new AutoML implementation as I have not yet...

@CBrauer This is probably image classification, right? If I understand correctly LightGBM does not support GPU. GPU is only used for getting embeddings from the images, so . At least,...

I tried replacing Model builder's lightgbm dll binary compiled for Nvidia GPU in the extension folder. It works but uses CPU. I think it might require the device_type=GPU parameter. Just...