Skip to content

C# Bindings for basic functions in ML.NET notebooks #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jun 10, 2022
Merged

Conversation

kMutagene
Copy link
Collaborator

@kMutagene kMutagene commented May 31, 2022

This PR will add the C# bindings for the high-level Chart generation API as described in #285.

This PR will add the basic Chart generation and style APIs used in ML.NET notebooks (https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/REF-Graphs%20and%20Visualizations.ipynb)

Chart styling / Layouting

  • Extension Methods
    • SaveHtml
    • Show
    • WithTraceInfo
    • WithSize
    • WithXAxisStyle
    • WithYAxisStyle
  • Chart.Grid
  • Chart.Combine

Chart generation

  • Chart.Invisible
  • Chart2D
    • Scatter
    • Point
    • Line
    • Bar
    • Column
  • Chart3D
    • Scatter3D
  • ChartPolar
    • ScatterPolar
  • ChartMap
    • ScatterGeo
  • ChartTernary
    • ScatterTernary
  • ChartCarpet
    • Carpet
  • ChartDomain
    • Pie
  • ChartSmith
    • ScatterSmith

@JakeRadMSFT
Copy link
Contributor

This is great! How can I help?

@kMutagene kMutagene mentioned this pull request Jun 7, 2022
@kMutagene kMutagene changed the title [WIP] C# High-level Chart generation API Layer [WIP] C# Bindings for basic functions in ML.NET notebooks Jun 10, 2022
@kMutagene kMutagene marked this pull request as ready for review June 10, 2022 09:26
@kMutagene kMutagene changed the title [WIP] C# Bindings for basic functions in ML.NET notebooks C# Bindings for basic functions in ML.NET notebooks Jun 10, 2022
@kMutagene kMutagene merged commit 3219e44 into dev Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants