Haiping

Results 227 comments of Haiping

What do you think fo inheriting from `DynamicObject`?

@dotChris90 Go ahead. DataFrame is critical. Will see your experiment.

But the cons is we won't get the strong type tips once we inherit from DynamicObject.

@dotChris90 Deedle is designed for F# and complained for performance. Let's do `DataFrame`, we might add a new type for Y(label) column, think about `DataFrame` @VanyTang Thanks for you information...

@dotChris90 I think the dynamic column data type is necessary.

Worth learning.

Good question. I know there will be some duplication of work, but there are some differences between the two projects, and users can choose according to their own situation. I...

`Pandas.NET` is based on `NumSharp` like `Pandas` is based on `Numpy`. Where is `Deedle`'s numpy? NumSharp adopt serveral providers, default is implemented by pure C# (worst performance). Imported LAPACK, and...

@pkese Deedle use `object` and `generic` everywhere, NumSharp use `dtype`, that's the biggest difference, more elegent, work exactly same as python style. I really like NumSharp's dtype design. Try the...

We pursue a Python-like experience, just as smooth as python when you do Machine Learning in .NET. @pkese The other point. @dotChris90 Yes, we use explain more in ReadMe.