Matt Hodgman

Results 5 comments of Matt Hodgman

Does the current version of DotNetCasClient work with ASP.NET Core 2.1/3.1? when I install the NuGet package it says > Package 'DotNetCasClient 1.3.2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1,...

Ok, thanks for the quick reply. It will be awesome when that gets done because it seems like .NET Core is the way everything is going. I saw there is...

`is_numeric` works when I extract the 225958 feature column from `input_data.p` to `col_data` and run ``` numeric_mask = col_data.apply(is_numeric) ``` `numeric_mask` only contains `True` and `False` values. When I switch...